Skip to content

Commit

Permalink
Adjust Unit test commands due to recent dotnet changes (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSun2003 authored Sep 6, 2024
1 parent 7ab5499 commit fae5c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Building, testing, and packing use all the standard dotnet commands:

dotnet restore
dotnet build --no-restore
dotnet pack
dotnet pack -c Debug
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]*\"

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

0 comments on commit fae5c40

Please sign in to comment.