Skip to content

Commit

Permalink
Merge pull request #32 from thattonBL/test
Browse files Browse the repository at this point in the history
Merging pipeline changes
  • Loading branch information
thattonBL authored Jan 23, 2025
2 parents 5ca26d2 + e296c94 commit 5020c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ steps:
echo "Determining Azure subscription...$(Build.SourceBranchName)"
if [ "$(Build.SourceBranchName)" == "development" ]; then
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]Dev-Gateway-Resources-MS"
else if [ "$(Build.SourceBranchName)" == "test" ]; then
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]alex-rostron-VS-enterprise-sub-sc"
else
echo "##vso[task.setvariable variable=AZURE_SUBSCRIPTION]Gateway-Resources-IAC-MI-Conn-2"
fi
Expand Down

0 comments on commit 5020c77

Please sign in to comment.