Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-04-09 17:13:24 +0300
committerGitHub <noreply@github.com>2021-04-09 17:13:24 +0300
commitd472365b28f61f1deb2cd830d970c0c326035cd5 (patch)
tree91ddbb7a10ac329ea5f5a9c45a73e6718ab8920b /eng/pipelines/common/xplat-setup.yml
parent5b683e2076f35e74d550ffa4a3182ebd6726b3c8 (diff)
Switch to VS preview pool for public builds (#50993)
* Switch to VS preview pool for public builds Should help mitigate https://github.com/dotnet/runtime/issues/50746 * Run init-vs-env.cmd for Browser wasm Windows build The BuildPool.Windows.10.Amd64.VS2019.Pre.Open queue doesn't have ninja installed outside of VS so it's only available in PATH if you run the init-vs-env.cmd script.
Diffstat (limited to 'eng/pipelines/common/xplat-setup.yml')
-rw-r--r--eng/pipelines/common/xplat-setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index 6fc1b7b746a..89c85627123 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -131,7 +131,7 @@ jobs:
# Public Windows Build Pool
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.hostedOs, 'windows')), eq(variables['System.TeamProject'], 'public')) }}:
name: NetCorePublic-Pool
- queue: BuildPool.Windows.10.Amd64.VS2019.Open
+ queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
${{ if eq(parameters.helixQueuesTemplate, '') }}: