Skip to content

Commit

Permalink
Update Windows.10.Amd64.ClientRS*.Open to use RS4 rather than RS2 (do…
Browse files Browse the repository at this point in the history
…tnet#29456)

* Update Windows.10.Amd64.ClientRS*.Open to use RS4 rather than RS2

* Move Windows.10.Amd64.ClientRS3.ES.Open to Windows.10.Amd64.ClientRS4.ES.Open

* Revert ClientRS3 to ClientRS4 change
  • Loading branch information
stephentoub authored May 3, 2018
1 parent 73be0c5 commit fe27f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpipeline/windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ simpleNode('Windows_NT','latest') {
targetHelixQueues += ['Windows.10.Nano.Amd64.Open']
}
} else if (params.TGroup == 'uap' || params.TGroup == 'netfx') {
targetHelixQueues = ['Windows.10.Amd64.ClientRS2.Open']
targetHelixQueues = ['Windows.10.Amd64.ClientRS4.Open']
}

bat "\"%VS140COMNTOOLS%\\VsDevCmd.bat\" && msbuild src\\upload-tests.proj /p:TargetGroup=${params.TGroup} /p:ArchGroup=${params.AGroup} /p:ConfigurationGroup=${params.CGroup} /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:HelixJobType=test/functional/cli/ /p:HelixSource=${helixSource} /p:BuildMoniker=${helixBuild} /p:HelixCreator=${helixCreator} /p:CloudDropAccountName=dotnetbuilddrops /p:CloudResultsAccountName=dotnetjobresults /p:CloudDropAccessToken=%CloudDropAccessToken% /p:CloudResultsAccessToken=%OutputCloudResultsAccessToken% /p:HelixApiEndpoint=https://helix.dot.net/api/2017-04-14/jobs /p:TargetQueues=\"${targetHelixQueues.join(',')}\" /p:HelixLogFolder= /p:HelixLogFolder=${WORKSPACE}\\${logFolder}\\ /p:HelixCorrelationInfoFileName=SubmittedHelixRuns.txt"
Expand Down

0 comments on commit fe27f8f

Please sign in to comment.