Skip to content

Commit 823d9f8

Browse files
committed
Merge branch 'version-5' of github.com:typinghard/azure-devops-state-tracker into bugfix/6.0.0-rc1
2 parents 88695c0 + 4256584 commit 823d9f8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

azure_pull_request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pool:
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

0 commit comments

Comments
 (0)