Update windows image to one that has VSIX compatible workloads.
This commit is contained in:
parent
606b3c590f
commit
738553931e
|
|
@ -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