Skip to content

Commit af88f32

Browse files
committed
Update azure_pull_request.yml for Azure Pipelines
1 parent 9b0632b commit af88f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
inputs:
3030
command: test
3131
projects: '**/*[Tt]ests/*.csproj'
32-
arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*'
32+
arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]* --no-build --no-restore'
3333

3434
- task: SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
3535
displayName: 'Run Code Analysis'

0 commit comments

Comments
 (0)