瀏覽代碼

Put pipeline VM image name under correct property

Ian Griffiths 2 年之前
父節點
當前提交
2841dd9721
共有 1 個文件被更改,包括 2 次插入1 次删除
  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