mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
add explicit configuration to test command
This commit is contained in:
committed by
GitHub
parent
a366e57e08
commit
cf19eb8e8e
@@ -18,5 +18,5 @@
|
|||||||
"vscode-icons-team.vscode-icons",
|
"vscode-icons-team.vscode-icons",
|
||||||
"editorconfig.editorconfig"
|
"editorconfig.editorconfig"
|
||||||
],
|
],
|
||||||
"postCreateCommand": "dotnet restore && dotnet build --configuration Release --no-restore && dotnet test --no-restore --verbosity normal --collect:'XPlat Code Coverage' --settings UnitTests/coverlet.runsettings",
|
"postCreateCommand": "dotnet restore && dotnet build --configuration Release --no-restore && dotnet test --configuration Debug --no-restore --verbosity normal --collect:'XPlat Code Coverage' --settings UnitTests/coverlet.runsettings",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user