Explorar o código

Put pipeline VM image name under correct property

Ian Griffiths %!s(int64=2) %!d(string=hai) anos
pai
achega
2841dd9721
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      azure-pipelines.rx.yml

+ 2 - 1
azure-pipelines.rx.yml

@@ -24,7 +24,8 @@ stages:
 - stage: Build
   jobs:
   - job: Build
-    pool: windows-latest
+    pool:
+      vmImage: windows-latest
 
     variables:
       BuildConfiguration: Release