Skip to content

Commit 1829c0e

Browse files
committed
type
1 parent c6979f5 commit 1829c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
script: |
6363
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"
6464
dotnet test ./test/WireMock.Net.TUnitTests/WireMock.Net.TUnitTests.csproj --configuration Debug --no-build --framework net8.0
65-
cat ./test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/WireMock.Net.TUnitTests_net8.0_x64.log
65+
type ./test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.log
66+
type ./test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.diag
6667
displayName: 'Execute WireMock.Net.Tests with Coverage'
6768

6869
- task: CmdLine@2

0 commit comments

Comments
 (0)