Skip to content

Commit

Permalink
type2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Sep 24, 2024
1 parent 1829c0e commit ae542fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
script: |
dotnet-coverage collect "dotnet test ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --configuration Debug --no-build --framework net8.0" -f xml -o "wiremock-coverage-xunit.xml"
dotnet test ./test/WireMock.Net.TUnitTests/WireMock.Net.TUnitTests.csproj --configuration Debug --no-build --framework net8.0
type ./test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.log
type ./test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.diag
type /home/vsts/work/1/s/test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.log
type /home/vsts/work/1/s/test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.diag
displayName: 'Execute WireMock.Net.Tests with Coverage'

- task: CmdLine@2
Expand Down

0 comments on commit ae542fd

Please sign in to comment.