Skip to content

Commit 9cb3395

Browse files
committed
Merge branch 'version-5' of github.com:typinghard/azure-devops-state-tracker into bugfix/6.0.0-rc1
2 parents b42ec72 + 1b6118c commit 9cb3395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ steps:
2222
- task: CmdLine@2
2323
inputs:
2424
script: dotnet build --no-incremental
25-
displayName: 'Run dotnet build'
25+
displayName: 'Run Build'
2626

2727
- task: DotNetCoreCLI@2
2828
displayName: 'Run dotnet test'
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-restore --no-build
3333

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

0 commit comments

Comments
 (0)