Skip to content

Commit

Permalink
Merge pull request #3 from zedy-wj/addNewFeature
Browse files Browse the repository at this point in the history
Updating/work-with this template for GHA and Azd Devcontainer feature.
  • Loading branch information
sjkp authored Oct 8, 2023
2 parents 86e4ca5 + efbdf83 commit 4bf8068
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/Dockerfile

This file was deleted.

10 changes: 3 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "Azure Developer CLI",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "bullseye"
}
},
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-bullseye",
"features": {
"github-cli": "2",
"azure-cli": "2.38",
Expand All @@ -14,7 +9,8 @@
"node": {
"version": "16",
"nodeGypDependencies": false
}
},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"extensions": [
"ms-azuretools.azure-dev",
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/azure-dev-cli-apps:latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install azd
uses: Azure/setup-azd@v0.1.0

- name: Log in with Azure
uses: azure/login@v1
with:
Expand Down

0 comments on commit 4bf8068

Please sign in to comment.