瀏覽代碼

Change build agent pool to windows-latest

Ian Griffiths 2 年之前
父節點
當前提交
8b1ae3f7d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      azure-pipelines.rx.yml

+ 1 - 1
azure-pipelines.rx.yml

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