Update windows image to one that has VSIX compatible workloads.

This commit is contained in:
N. Taylor Mullen 2018-06-05 16:14:18 -07:00
parent 754d7ba64e
commit 84a1aa4160
1 changed files with 1 additions and 1 deletions

View File

@ -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
}