瀏覽代碼

Updated azure-pipelines.yml set vmimage windows-latest

Jessica 1 年之前
父節點
當前提交
97797b426f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -7,7 +7,7 @@ trigger:
 - master
 
 pool:
-  vmImage: ubuntu-latest
+  vmImage: windows-latest
 
 steps:
 - task: AdvancedSecurity-Codeql-Init@1