File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,36 +10,36 @@ jobs:
1010 continueOnError : " true"
1111 timeoutInMinutes : 5
1212 variables :
13- buildFramework : net5 .0
13+ buildFramework : net6 .0
1414 strategy :
1515 matrix :
16- " Linux 5 .0 Debug " :
17- sdkVersion : 5 .0.x
16+ " Linux 6 .0 Debug " :
17+ sdkVersion : 6 .0.x
1818 config : Debug
1919 imageName : ubuntu-latest
2020 framework : $(buildFramework)
21- " Linux 5 .0 Release " :
22- sdkVersion : 5 .0.x
21+ " Linux 6 .0 Release " :
22+ sdkVersion : 6 .0.x
2323 config : Release
2424 imageName : ubuntu-latest
2525 framework : $(buildFramework)
26- " MacOS 5 .0 Debug " :
27- sdkVersion : 5 .0.x
26+ " MacOS 6 .0 Debug " :
27+ sdkVersion : 6 .0.x
2828 config : Debug
2929 imageName : macOS-latest
3030 framework : $(buildFramework)
31- " MacOS 5 .0 Release " :
32- sdkVersion : 5 .0.x
31+ " MacOS 6 .0 Release " :
32+ sdkVersion : 6 .0.x
3333 config : Release
3434 imageName : macOS-latest
3535 framework : $(buildFramework)
36- " Windows 5 .0 Debug " :
37- sdkVersion : 5 .0.x
36+ " Windows 6 .0 Debug " :
37+ sdkVersion : 6 .0.x
3838 config : Debug
3939 imageName : windows-latest
4040 framework : $(buildFramework)
41- " Windows 5 .0 Release " :
42- sdkVersion : 5 .0.x
41+ " Windows 6 .0 Release " :
42+ sdkVersion : 6 .0.x
4343 config : Release
4444 imageName : windows-latest
4545 framework : $(buildFramework)
7070 codeCoverageTool : Cobertura
7171 summaryFileLocation : ./test/TestResults/output/coverage.$(framework).cobertura.xml
7272
73- - task : BuildQualityChecks@7
73+ - task : BuildQualityChecks@8
7474 displayName : Check code coverage levels
7575 inputs :
7676 showStatistics : true
You can’t perform that action at this time.
0 commit comments