Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 43268a1

Browse files
committed
Optimistically add Windows.10.Amd64.ClientRS3.ES.Open as CI (will need to be optional if it's not 100% passing)
1 parent 9372f2b commit 43268a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildpipeline/windows.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ simpleNode('Windows_NT','latest') {
7474
{
7575
targetHelixQueues = ['Windows.10.Amd64.Open',
7676
'Windows.7.Amd64.Open',
77-
'Windows.81.Amd64.Open']
77+
'Windows.81.Amd64.Open',
78+
'Windows.10.Amd64.ClientRS3.ES.Open']
7879
if (params.AGroup == 'x64') {
7980
targetHelixQueues += ['Windows.10.Nano.Amd64.Open']
8081
}

0 commit comments

Comments
 (0)