add explicit configuration to test command

This commit is contained in:
Aleksandar Ivanov
2021-06-15 16:21:42 +03:00
committed by GitHub
parent a366e57e08
commit cf19eb8e8e

View File

@@ -18,5 +18,5 @@
"vscode-icons-team.vscode-icons",
"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",
}