Skip to content

Commit 535e497

Browse files
authored
Update azure-dev.yml
1 parent a7e0628 commit 535e497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ jobs:
5959
env:
6060
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
6161

62+
- name: Provision Infrastructure
63+
run: dotnet workload restore
64+
6265
- name: Provision Infrastructure
6366
run: azd provision --no-prompt
6467
env:
6568
AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
6669

6770
- name: Deploy Application
68-
run: azd deploy --no-prompt
71+
run: azd deploy --no-prompt

0 commit comments

Comments
 (0)