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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Galbraith <mattgal@microsoft.com>2018-04-05 19:46:32 +0300
committerMatt Galbraith <mattgal@microsoft.com>2018-04-05 19:46:32 +0300
commit43268a17bdfff218828507b0f7a4faa2e4147c19 (patch)
tree997cf0bdf6d8a9e703f30716faff8c63000ba645
parent9372f2b28deb352bc712dbb7bdbabcb91993d2e3 (diff)
Optimistically add Windows.10.Amd64.ClientRS3.ES.Open as CI (will need to be optional if it's not 100% passing)
-rw-r--r--buildpipeline/windows.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildpipeline/windows.groovy b/buildpipeline/windows.groovy
index c21687c844..63000bcad7 100644
--- a/buildpipeline/windows.groovy
+++ b/buildpipeline/windows.groovy
@@ -74,7 +74,8 @@ simpleNode('Windows_NT','latest') {
{
targetHelixQueues = ['Windows.10.Amd64.Open',
'Windows.7.Amd64.Open',
- 'Windows.81.Amd64.Open']
+ 'Windows.81.Amd64.Open',
+ 'Windows.10.Amd64.ClientRS3.ES.Open']
if (params.AGroup == 'x64') {
targetHelixQueues += ['Windows.10.Nano.Amd64.Open']
}