Update windows image to one that has VSIX compatible workloads.
This commit is contained in:
parent
754d7ba64e
commit
84a1aa4160
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
|
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
|
||||||
// the label 'windows-with-vs'
|
// the label 'windows-with-vs'
|
||||||
simpleNode('Windows.10.Enterprise.RS3.ASPNET') {
|
simpleNode('Windows.10.Amd64.EnterpriseRS3.ASPNET.Open') {
|
||||||
stage ('Checking out source') {
|
stage ('Checking out source') {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue