Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
try matthews subscription now he has updated the connection
  • Loading branch information
thattonBL committed Jan 24, 2025
1 parent 36e56fc commit be339fd
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]c3a3d8e1-1944-4ac2-ba0b-d1c3f7408db9"
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]598575f1-db38-4892-84cf-451480732802"
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 be339fd

Please sign in to comment.