We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab5499 commit fae5c40Copy full SHA for fae5c40
CONTRIBUTING.md
@@ -19,7 +19,7 @@ Building, testing, and packing use all the standard dotnet commands:
19
20
dotnet restore
21
dotnet build --no-restore
22
- dotnet pack
+ dotnet pack -c Debug
23
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]*\"
24
25
NB. You need to `pack` before testing because we have some integration testing that consume packages
0 commit comments