Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 84a1aa4

Browse files
author
N. Taylor Mullen
committed
Update windows image to one that has VSIX compatible workloads.
1 parent 754d7ba commit 84a1aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/buildpipeline/windows.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
44
// the label 'windows-with-vs'
5-
simpleNode('Windows.10.Enterprise.RS3.ASPNET') {
5+
simpleNode('Windows.10.Amd64.EnterpriseRS3.ASPNET.Open') {
66
stage ('Checking out source') {
77
checkout scm
88
}

0 commit comments

Comments
 (0)