File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
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
@@ -20,14 +21,14 @@ steps:
2021 sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
2122
2223 - task : CmdLine@2
24+ displayName : ' Run Build'
2325 inputs :
2426 script : dotnet build --no-incremental
25- displayName : ' Run Build'
2627
2728- 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
3029 displayName : ' Run Tests'
30+ inputs :
31+ script : dotnet test --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]* --no-restore --no-build
3132
3233- task : SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
3334 displayName : ' Run Code Analysis'
You can’t perform that action at this time.
0 commit comments