Commit ae542fd 1 parent 1829c0e commit ae542fd Copy full SHA for ae542fd
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
script : |
63
63
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"
64
64
dotnet test ./test/WireMock.Net.TUnitTests/WireMock.Net.TUnitTests.csproj --configuration Debug --no-build --framework net8.0
65
- type . /test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.log
66
- type . /test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.diag
65
+ type /home/vsts/work/1/s /test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.log
66
+ type /home/vsts/work/1/s /test/WireMock.Net.TUnitTests/bin/Debug/net8.0/TestResults/*.diag
67
67
displayName : ' Execute WireMock.Net.Tests with Coverage'
68
68
69
69
- task : CmdLine@2
You can’t perform that action at this time.
0 commit comments