Skip to content

Commit 91078ff

Browse files
committed
return script to test refresh once again
1 parent 289a1f7 commit 91078ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/azure-dev-down.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ jobs:
4949
tenant-id: ${{ vars.AZURE_TENANT_ID }}
5050
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
5151

52+
- name: Run Predown PowerShell Script
53+
env:
54+
RS_STORAGE_ACCOUNT: ${{ vars.RS_STORAGE_ACCOUNT }}
55+
RS_CONTAINER_NAME: ${{ vars.RS_CONTAINER_NAME }}
56+
RS_RESOURCE_GROUP: ${{ vars.RS_RESOURCE_GROUP }}
57+
shell: pwsh
58+
run: |
59+
./azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1
60+
5261
- name: Azd down
5362
env:
5463
POWER_PLATFORM_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}

0 commit comments

Comments
 (0)