Skip to content

Commit 315c8f9

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

14 files changed

+82
-70
lines changed

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_azdo_selected_-_App_host_-_fed_Cred.snap

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

1515
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
16-
# - task: Bash@3
17-
# displayName: Install azd
18-
# inputs:
19-
# targetType: 'inline'
20-
# script: |
21-
# curl -fsSL https://aka.ms/install-azd.sh | bash
16+
- task: Bash@3
17+
displayName: Install azd
18+
inputs:
19+
targetType: 'inline'
20+
script: |
21+
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
2222

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

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_azdo_selected_-_branch_name.snap

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

1515
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
16-
# - task: Bash@3
17-
# displayName: Install azd
18-
# inputs:
19-
# targetType: 'inline'
20-
# script: |
21-
# curl -fsSL https://aka.ms/install-azd.sh | bash
16+
- task: Bash@3
17+
displayName: Install azd
18+
inputs:
19+
targetType: 'inline'
20+
script: |
21+
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
2222

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

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_azdo_selected_-_no_app_host_-_client_cred.snap

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

1515
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
16-
# - task: Bash@3
17-
# displayName: Install azd
18-
# inputs:
19-
# targetType: 'inline'
20-
# script: |
21-
# curl -fsSL https://aka.ms/install-azd.sh | bash
16+
- task: Bash@3
17+
displayName: Install azd
18+
inputs:
19+
targetType: 'inline'
20+
script: |
21+
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
2222

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

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_azdo_selected_-_no_app_host_-_fed_Cred.snap

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

1515
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
16-
# - task: Bash@3
17-
# displayName: Install azd
18-
# inputs:
19-
# targetType: 'inline'
20-
# script: |
21-
# curl -fsSL https://aka.ms/install-azd.sh | bash
16+
- task: Bash@3
17+
displayName: Install azd
18+
inputs:
19+
targetType: 'inline'
20+
script: |
21+
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
2222

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

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_azdo_selected_-_no_app_host_-_variables_and_secrets.snap

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

1515
# If you can't install above task in your organization, you can comment it and uncomment below task to install azd
16-
# - task: Bash@3
17-
# displayName: Install azd
18-
# inputs:
19-
# targetType: 'inline'
20-
# script: |
21-
# curl -fsSL https://aka.ms/install-azd.sh | bash
16+
- task: Bash@3
17+
displayName: Install azd
18+
inputs:
19+
targetType: 'inline'
20+
script: |
21+
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
2222

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

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_github_selected_-_App_host_-_fed_Cred.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
27+
# - name: Install azd
28+
# uses: Azure/setup-azd@v2
2729
- name: Install azd
28-
uses: Azure/setup-azd@v2
30+
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
2931
- name: Setup .NET
3032
uses: actions/setup-dotnet@v4
3133
with:

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_github_selected_-_Variables_and_Secrets.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29+
# - name: Install azd
30+
# uses: Azure/setup-azd@v2
2931
- name: Install azd
30-
uses: Azure/setup-azd@v2
32+
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
3133
- name: Setup .NET
3234
uses: actions/setup-dotnet@v4
3335
with:

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_github_selected_-_branch_name.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
27+
# - name: Install azd
28+
# uses: Azure/setup-azd@v2
2729
- name: Install azd
28-
uses: Azure/setup-azd@v2
30+
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
2931
- name: Log in with Azure (Federated Credentials)
3032
run: |
3133
azd auth login `

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_github_selected_-_no_app_host_-_client_cred.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
# - name: Install azd
23+
# uses: Azure/setup-azd@v2
2224
- name: Install azd
23-
uses: Azure/setup-azd@v2
25+
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
2426
- name: Log in with Azure (Client Credentials)
2527
run: |
2628
$info = $Env:AZURE_CREDENTIALS | ConvertFrom-Json -AsHashtable;

cli/azd/pkg/pipeline/testdata/Test_promptForCiFiles-no_files_-_github_selected_-_no_app_host_-_fed_Cred.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
27+
# - name: Install azd
28+
# uses: Azure/setup-azd@v2
2729
- name: Install azd
28-
uses: Azure/setup-azd@v2
30+
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
2931
- name: Log in with Azure (Federated Credentials)
3032
run: |
3133
azd auth login `

0 commit comments

Comments
 (0)