Forráskód Böngészése

Put pipeline VM image name under correct property

Ian Griffiths 2 éve
szülő
commit
2841dd9721
1 módosított fájl, 2 hozzáadás és 1 törlés
  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