We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7f233 commit 5d0ede6Copy full SHA for 5d0ede6
azure-pipelines.yml
@@ -3,14 +3,14 @@ jobs:
3
# Mac and Linux could potentially use the same template
4
# except it isn't clear how to use a different build matrix
5
# for each, so for now they are separate
6
-- template: ci/azure/macos.yml
7
- parameters:
8
- name: macOS
9
- vmImage: xcode9-macos10.13
10
-- template: ci/azure/linux.yml
11
12
- name: Linux
13
- vmImage: ubuntu-16.04
+# - template: ci/azure/macos.yml
+# parameters:
+# name: macOS
+# vmImage: xcode9-macos10.13
+# - template: ci/azure/linux.yml
+# name: Linux
+# vmImage: ubuntu-16.04
14
15
# Windows Python 2.7 needs VC 9.0 installed, and not sure
16
# how to make that a conditional task, so for now these are
0 commit comments