Skip to content

Commit 8f13dcd

Browse files
committed
when I reverted the check, I also reverted the removal of the properties
1 parent 12a5906 commit 8f13dcd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10" ],
1414
"CoverageArg": "--disablecov",
15-
"TestSamples": "false",
16-
"TargetingString": ""
15+
"TestSamples": "false"
1716
},
1817
"include": [
1918
{
@@ -23,8 +22,7 @@
2322
"Pool": "env:LINUXPOOL",
2423
"PythonVersion": "3.9",
2524
"CoverageArg": "",
26-
"TestSamples": "false",
27-
"TargetingString": ""
25+
"TestSamples": "false"
2826
}
2927
}
3028
},
@@ -35,8 +33,7 @@
3533
"Pool": "env:LINUXPOOL",
3634
"PythonVersion": "3.12",
3735
"CoverageArg": "--disablecov",
38-
"TestSamples": "false",
39-
"TargetingString": ""
36+
"TestSamples": "false"
4037
}
4138
}
4239
}

0 commit comments

Comments
 (0)