Skip to content

Commit 1684d95

Browse files
committed
--configuration Debug --no-build --framework net8.0
1 parent 976d8f9 commit 1684d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- task: CmdLine@2
4949
inputs:
50-
script: 'dotnet-coverage collect "dotnet test" ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj -f xml -o "coverage.xml"'
50+
script: 'dotnet-coverage collect "dotnet test" ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --configuration Debug --no-build --framework net8.0 -f xml -o "coverage.xml"'
5151
# script: coverlet ./test/WireMock.Net.Tests/bin/Debug/net8.0/WireMock.Net.Tests.dll --target "dotnet" --targetargs "test --no-build --configuration Debug --framework net8.0" -f=opencover -o="coverage.xml"
5252
# script: 'dotnet test ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --no-build --configuration Debug --framework net8.0'
5353
displayName: 'Execute Unit Tests with Coverage'

0 commit comments

Comments
 (0)