Skip to content

Commit

Permalink
Update build pools for VS insertion and publish to BAR (#59253)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Feb 3, 2022
1 parent 4b3badd commit 8c868c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ stages:
dependsOn:
- OfficialBuild
pool:
vmImage: windows-2019
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019

- stage: insert
dependsOn:
Expand All @@ -307,7 +308,8 @@ stages:
- job: insert
displayName: Insert to VS
pool:
vmImage: windows-2019
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
steps:
- powershell: |
$branchName = "$(Build.SourceBranch)".Substring("refs/heads/".Length)
Expand Down

0 comments on commit 8c868c4

Please sign in to comment.