瀏覽代碼

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