We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dd5dd commit 98b9237Copy full SHA for 98b9237
1 file changed
.github/workflows/deploy-v2-windows.yml
@@ -286,15 +286,7 @@ jobs:
286
az --version # Verify installation
287
288
- name: Try setup-azd action
289
- uses: Azure/setup-azd@v1.0.0
290
- continue-on-error: true
291
-
292
- - name: If azd missing, install via winget
293
- if: ${{ failure() || steps.setup-azd.outcome != 'success' }}
294
- run: |
295
- winget install microsoft.azd --silent --accept-package-agreements --accept-source-agreements
296
- - name: Verify azd
297
- run: azd --version
+ uses: Azure/setup-azd@v2
298
299
- name: Login to Azure
300
shell: bash
0 commit comments