Skip to content

Commit 528f62c

Browse files
authored
Update build-release.yml
changing build matrix
1 parent a1f7df3 commit 528f62c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

azure-pipelines/build-release.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,32 @@ stages:
3939
Linux_Py_3_9:
4040
python.version: '3.9'
4141
vmImageName: ubuntu-latest
42-
uploadCoverage: "false"
42+
uploadCoverage: "true"
4343

4444
Linux_Py_3_10:
4545
python.version: '3.10'
4646
vmImageName: ubuntu-latest
47-
uploadCoverage: "true"
47+
uploadCoverage: "false"
4848

4949
Windows_Py_3_7:
5050
python.version: '3.7'
5151
vmImageName: windows-latest
5252
uploadCoverage: "false"
5353

54-
Windows_Py_3_8:
55-
python.version: '3.8'
56-
vmImageName: windows-latest
57-
uploadCoverage: "false"
54+
# Windows_Py_3_9:
55+
# python.version: '3.9'
56+
# vmImageName: windows-latest
57+
# uploadCoverage: "false"
5858

59-
macOS_Py_3_7:
60-
python.version: '3.7'
61-
vmImageName: macOS-latest
62-
uploadCoverage: "false"
59+
# macOS_Py_3_7:
60+
# python.version: '3.7'
61+
# vmImageName: macOS-latest
62+
# uploadCoverage: "false"
6363

64-
macOS_Py_3_8:
65-
python.version: '3.8'
66-
vmImageName: macOS-latest
67-
uploadCoverage: "false"
64+
# macOS_Py_3_8:
65+
# python.version: '3.8'
66+
# vmImageName: macOS-latest
67+
# uploadCoverage: "false"
6868

6969
macOS_Py_3_9:
7070
python.version: '3.9'

0 commit comments

Comments
 (0)