From 84a1aa4160d9cf9329bdf6bbf5a97f58585e3d3f Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Tue, 5 Jun 2018 16:14:18 -0700 Subject: [PATCH] Update windows image to one that has VSIX compatible workloads. --- build/buildpipeline/windows.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildpipeline/windows.groovy b/build/buildpipeline/windows.groovy index 9c0b86f089..26f49c395d 100644 --- a/build/buildpipeline/windows.groovy +++ b/build/buildpipeline/windows.groovy @@ -2,7 +2,7 @@ // 'node' indicates to Jenkins that the enclosed block runs on a node that matches // the label 'windows-with-vs' -simpleNode('Windows.10.Enterprise.RS3.ASPNET') { +simpleNode('Windows.10.Amd64.EnterpriseRS3.ASPNET.Open') { stage ('Checking out source') { checkout scm }