We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e0628 commit 535e497Copy full SHA for 535e497
.github/workflows/azure-dev.yml
@@ -59,10 +59,13 @@ jobs:
59
env:
60
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
61
62
+ - name: Provision Infrastructure
63
+ run: dotnet workload restore
64
+
65
- name: Provision Infrastructure
66
run: azd provision --no-prompt
67
68
AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
69
70
- name: Deploy Application
- run: azd deploy --no-prompt
71
+ run: azd deploy --no-prompt
0 commit comments