Commit 1684d95 1 parent 976d8f9 commit 1684d95 Copy full SHA for 1684d95
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- task : CmdLine@2
49
49
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"'
51
51
# 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"
52
52
# script: 'dotnet test ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --no-build --configuration Debug --framework net8.0'
53
53
displayName : ' Execute Unit Tests with Coverage'
You can’t perform that action at this time.
0 commit comments