Skip to content

Commit 9f5248f

Browse files
authored
Fix agentPool name in PR pipeline configuration (#7252)
1 parent 779eff1 commit 9f5248f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stages:
9696
agentPool: NetCore-Public
9797
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
9898
${{ else }}:
99-
agentPool: VSVSEng-MicroBuildVSStable
99+
agentPool: VSEng-MicroBuildVSStable
100100
testType: Functional
101101
testTargetFramework: net472
102102
testProjectName: Msbuild.Integration.Test

0 commit comments

Comments
 (0)