Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Adding test environment to deploy pipeline
  • Loading branch information
thattonBL committed Jan 23, 2025
1 parent 5ca26d2 commit 970a10a
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 970a10a

Please sign in to comment.