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 67311e2 commit b9ccb2eCopy full SHA for b9ccb2e
.github/workflows/release.yml
@@ -70,6 +70,15 @@ jobs:
70
- name: Install govulncheck
71
run: go install golang.org/x/vuln/cmd/govulncheck@latest
72
73
+ - name: Install azd
74
+ run: curl -fsSL https://aka.ms/install-azd.sh | bash
75
+
76
+ - name: Install azd extensions
77
+ run: |
78
+ # Add the official azd extensions registry source
79
+ azd extension source add azd --location https://aka.ms/azd/extensions/registry --type url 2>/dev/null || true
80
+ azd extension install microsoft.azd.extensions --source azd
81
82
- name: Run preflight checks
83
run: mage preflight
84
0 commit comments