You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are updating this template to support new features in Github Action and Azd Devcontainer.
For the Github Action feature: We will remove two lines of code on container image and add GHA code after checkout step in the .github/workflow/azd.yml file. (Shown as below)
For the Azd Devcontainer feature: We will add the following code in devcontainer.json file.
"ghcr.io/azure/azure-dev/azd:latest": {}
And remove the relevant code for installing azd in Dockerfile under .devcontainer folder.
RUN curl -fsSL https://aka.ms/install-azd.sh | bash \
We are updating this template to support new features in
Github Action
andAzd Devcontainer
..github/workflow/azd.yml
file. (Shown as below)devcontainer.json
file.And remove the relevant code for installing
azd
inDockerfile
under.devcontainer
folder.@rajeshkamal5050 , @zul-m for notification.
The text was updated successfully, but these errors were encountered: