Browse Source

add windows task

Dan Walmsley 3 years ago
parent
commit
407f761201
1 changed files with 11 additions and 5 deletions
  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'