瀏覽代碼

add windows task

Dan Walmsley 3 年之前
父節點
當前提交
407f761201
共有 1 個文件被更改,包括 11 次插入5 次删除
  1. 11 5
      azure-pipelines-integrationtests.yml

+ 11 - 5
azure-pipelines-integrationtests.yml

@@ -6,10 +6,16 @@
 trigger:
 - master
 
-pool:
-  name: 'AvaloniaMacPool'
 
-steps:
-- script: ./tests/Avalonia.IntegrationTests.Appium/macos-clean-build-test.sh
-  displayName: 'run integration tests'
+- job: Mac
+  pool:
+    name: 'AvaloniaMacPool'
 
+  steps:
+  - script: ./tests/Avalonia.IntegrationTests.Appium/macos-clean-build-test.sh
+    displayName: 'run integration tests'
+
+
+- job: Windows
+  pool:
+    vmImage: 'windows-2022'