Skip to content

Commit ae542fd

Browse files
committed
type2
1 parent 1829c0e commit ae542fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +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-
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
6767
displayName: 'Execute WireMock.Net.Tests with Coverage'
6868

6969
- task: CmdLine@2

0 commit comments

Comments
 (0)