77 dependsOn : []
88 variables :
99 VmImage : ' macOS-10.14'
10- Platform : macos-1014
10+ Platform : darwin
1111 Architecture : x64
1212 jobs :
1313 - template : /azure-pipelines/templates/build-job.yml
@@ -17,7 +17,7 @@ stages:
1717 dependsOn : Build_Python_MacOS
1818 variables :
1919 VmImage : ' macOS-10.14'
20- Platform : macos-1014
20+ Platform : darwin
2121 Architecture : x64
2222 jobs :
2323 - template : /azure-pipelines/templates/test-job.yml
@@ -26,7 +26,7 @@ stages:
2626 dependsOn : []
2727 variables :
2828 VmImage : ' ubuntu-16.04'
29- Platform : ubuntu-1604
29+ Platform : linux-16.04
3030 Architecture : x64
3131 jobs :
3232 - template : /azure-pipelines/templates/build-job.yml
@@ -36,7 +36,7 @@ stages:
3636 dependsOn : Build_Python_Ubuntu_1604
3737 variables :
3838 VmImage : ' ubuntu-16.04'
39- Platform : ubuntu-1604
39+ Platform : linux-16.04
4040 Architecture : x64
4141 jobs :
4242 - template : /azure-pipelines/templates/test-job.yml
@@ -45,7 +45,7 @@ stages:
4545 dependsOn : []
4646 variables :
4747 VmImage : ' ubuntu-18.04'
48- Platform : ubuntu-1804
48+ Platform : linux-18.04
4949 Architecture : x64
5050 jobs :
5151 - template : /azure-pipelines/templates/build-job.yml
@@ -55,7 +55,7 @@ stages:
5555 dependsOn : Build_Python_Ubuntu_1804
5656 variables :
5757 VmImage : ' ubuntu-18.04'
58- Platform : ubuntu-1804
58+ Platform : linux-18.04
5959 Architecture : x64
6060 jobs :
6161 - template : /azure-pipelines/templates/test-job.yml
@@ -64,7 +64,7 @@ stages:
6464 dependsOn : []
6565 variables :
6666 VmImage : ' ubuntu-20.04'
67- Platform : ubuntu-2004
67+ Platform : linux-20.04
6868 Architecture : x64
6969 jobs :
7070 - template : /azure-pipelines/templates/build-job.yml
@@ -74,7 +74,7 @@ stages:
7474 dependsOn : Build_Python_Ubuntu_2004
7575 variables :
7676 VmImage : ' ubuntu-20.04'
77- Platform : ubuntu-2004
77+ Platform : linux-20.04
7878 Architecture : x64
7979 jobs :
8080 - template : /azure-pipelines/templates/test-job.yml
@@ -83,7 +83,7 @@ stages:
8383 dependsOn : []
8484 variables :
8585 VmImage : ' vs2017-win2016'
86- Platform : windows-2016
86+ Platform : win32
8787 Architecture : x64
8888 jobs :
8989 - template : /azure-pipelines/templates/build-job.yml
@@ -93,7 +93,7 @@ stages:
9393 dependsOn : Build_Python_X64_Windows
9494 variables :
9595 VmImage : ' vs2017-win2016'
96- Platform : windows-2016
96+ Platform : win32
9797 Architecture : x64
9898 jobs :
9999 - template : /azure-pipelines/templates/test-job.yml
@@ -102,7 +102,7 @@ stages:
102102 dependsOn : []
103103 variables :
104104 VmImage : ' vs2017-win2016'
105- Platform : windows-2016
105+ Platform : win32
106106 Architecture : x86
107107 jobs :
108108 - template : /azure-pipelines/templates/build-job.yml
@@ -112,7 +112,7 @@ stages:
112112 dependsOn : Build_Python_x86_Windows
113113 variables :
114114 VmImage : ' vs2017-win2016'
115- Platform : windows-2016
115+ Platform : win32
116116 Architecture : x86
117117 jobs :
118118 - template : /azure-pipelines/templates/test-job.yml
0 commit comments