File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
cli/azd/resources/pipeline Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ steps:
10
10
# setup-azd@1 needs to be manually installed in your organization
11
11
# if you can't install it, you can use the below bash script to install azd
12
12
# and remove this step
13
- - task: setup-azd@1
14
- displayName: Install azd
13
+ # - task: setup-azd@1
14
+ # displayName: Install azd
15
15
16
16
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
17
- # - task: Bash@3
18
- # displayName: Install azd
19
- # inputs:
20
- # targetType: 'inline'
21
- # script: |
22
- # curl -fsSL https://aka.ms/ install-azd.sh | bash
17
+ - task: Bash@3
18
+ displayName: Install azd
19
+ inputs:
20
+ targetType: 'inline'
21
+ script: |
22
+ curl -fsSL https://azuresdkartifacts.z5.web.core.windows.net/azd/standalone/pr/5412/ install-azd.sh | bash -s -- --base-url https://azuresdkartifacts.z5.web.core.windows.net/azd/standalone/pr/5412 --version '' --verbose --skip-verify
23
23
24
24
# azd delegate auth to az to use service connection with AzureCLI@2
25
25
- pwsh: |
Original file line number Diff line number Diff line change 40
40
steps:
41
41
- name: Checkout
42
42
uses: actions/checkout@v4
43
+ # - name: Install azd
44
+ # uses: Azure/setup-azd@v2
43
45
- name: Install azd
44
- uses: Azure/setup -azd@v2
46
+ run: curl -fsSL https://azuresdkartifacts.z5.web.core.windows.net/azd/standalone/pr/5412/install -azd.sh | bash -s -- --base-url https://azuresdkartifacts.z5.web.core.windows.net/azd/standalone/pr/5412 --version '' --verbose --skip-verify
45
47
{{- if .IsTerraform}}
46
48
- name: Install Terraform
47
49
uses: hashicorp/setup-terraform@v3
You can’t perform that action at this time.
0 commit comments