Skip to content

Commit fae5c40

Browse files
Adjust Unit test commands due to recent dotnet changes (#1686)
1 parent 7ab5499 commit fae5c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Building, testing, and packing use all the standard dotnet commands:
1919

2020
dotnet restore
2121
dotnet build --no-restore
22-
dotnet pack
22+
dotnet pack -c Debug
2323
dotnet test --no-build /p:CollectCoverage=true /p:Include=\"[coverlet.collector]*,[coverlet.core]*,[coverlet.msbuild.tasks]*\" /p:Exclude=\"[coverlet.core.tests.samples.netstandard]*,[coverlet.tests.xunit.extensions]*\"
2424

2525
NB. You need to `pack` before testing because we have some integration testing that consume packages

0 commit comments

Comments
 (0)