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
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
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/azure-dev.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 \
This issue is for a: (mark with an
x
)We are updating this template to support new features in
Github Action
andAzd Devcontainer
..github/workflow/azure-dev.yml
file. (Shown as below)devcontainer.json
file.And remove the relevant code for installing
azd
inDockerfile
under.devcontainer
folder.@rajeshkamal5050 , @pamelafox , @shreyabatra4 for notification.
The text was updated successfully, but these errors were encountered: