فهرست منبع

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