Преглед на файлове

add explicit configuration to test command

Aleksandar Ivanov преди 4 години
родител
ревизия
cf19eb8e8e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .devcontainer/devcontainer.json

+ 1 - 1
.devcontainer/devcontainer.json

@@ -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",
 }