We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61f2e commit 1b6118cCopy full SHA for 1b6118c
azure_pull_request.yml
@@ -29,7 +29,7 @@ steps:
29
inputs:
30
command: test
31
projects: '**/*[Tt]ests/*.csproj'
32
- arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*'
+ arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*' --no-restore --no-build
33
34
- task: SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
35
displayName: 'Run Code Analysis'
0 commit comments