File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11pool :
2+ vmImage : ubuntu-latest
23 name : Azure Pipelines
34 demands : java
45
@@ -21,12 +22,7 @@ steps:
2122
2223 - task : CmdLine@2
2324 inputs :
24- script : dotnet build --no-incremental
25- displayName : ' Run Build'
26-
27- - task : CmdLine@2
28- inputs :
29- script : --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]* --no-restore --no-build
25+ script : dotnet test --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*
3026 displayName : ' Run Tests'
3127
3228- task : SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
You can’t perform that action at this time.
0 commit comments