-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Labels
Description
Describe the issue:
For todo-nodejs-mongo-aks and aca template , when changing the envrionment to windows-latest and executing azd pipeline config, get error as follow:

Repro Steps:
-
Run
azd auth login. -
Run
azd init -t templateName -b staging -
Open
azure-dev.ymlfile in.github/workflows. Remove two lines of code on container image. Add GHA code after checkout step(Shown as below).

-
Run
azd pipeline configand verify the action pipeline.
Environment:
- Template: todo-nodejs-mongo-aks,todo-nodejs-mongo-aca,todo-python-mongo-aca, todo-java-mongo-aca
- Azd version: 1.0.2
Expected behavior:
Run azd pipeline config in windows-latest can pass.
@hemarina for notification.
