Skip to content

Commit 4629fc9

Browse files
committed
Temp: update pipeline definitions to install PR build
1 parent a34cb31 commit 4629fc9

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

cli/azd/resources/pipeline/.azdo/azure-dev.ymlt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ steps:
1010
# setup-azd@1 needs to be manually installed in your organization
1111
# if you can't install it, you can use the below bash script to install azd
1212
# and remove this step
13-
- task: setup-azd@1
14-
displayName: Install azd
13+
# - task: setup-azd@1
14+
# displayName: Install azd
1515

1616
# 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
2323

2424
# azd delegate auth to az to use service connection with AzureCLI@2
2525
- pwsh: |

cli/azd/resources/pipeline/.github/azure-dev.ymlt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4
43+
# - name: Install azd
44+
# uses: Azure/setup-azd@v2
4345
- 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
4547
{{- if .IsTerraform}}
4648
- name: Install Terraform
4749
uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)