Skip to content

Commit

Permalink
Fix UseDotNet
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Aug 15, 2022
1 parent cf08a37 commit c9d9474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ stages:
- pwsh: "dotnet cake --target=Pack"
displayName: "Dotnet Cake Pack"
failOnStderr: true
- task: PublishTestResults@2.203.0
- task: PublishTestResults@2
displayName: "Publish Test Results"
inputs:
testResultsFormat: "VSTest"
testResultsFiles: "**/*.trx"
- task: PublishCodeCoverageResults@2.198.0
- task: PublishCodeCoverageResults@2
inputs:
codeCoverageTool: cobertura
summaryFileLocation: "**/*.cobertura.xml"
Expand Down

0 comments on commit c9d9474

Please sign in to comment.