Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
try my subscription just as a sanity check for the script
  • Loading branch information
thattonBL committed Jan 24, 2025
1 parent 233b22a commit 8329a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- script: |
echo "Determining Azure subscription...$(Build.SourceBranchName)"
if [ "$(Build.SourceBranchName)" == "development" ]; then
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]598575f1-db38-4892-84cf-451480732802"
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]Gateway-Resources-IAC-MI-Conn-2"
elif [ "$(Build.SourceBranchName)" == "test" ]; then
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]alex-rostron-VS-enterprise-sub-sc"
else
Expand Down

0 comments on commit 8329a1d

Please sign in to comment.