Self Contained

This commit is contained in:
Mike Phares 2022-01-24 09:05:00 -07:00
parent 55f7b75e53
commit cef5004dc6

View File

@ -77,9 +77,9 @@
"runTerminalCommand.commands": [ "runTerminalCommand.commands": [
{ {
"auto": true, "auto": true,
"command": "dotnet build --runtime win-x64", "command": "dotnet build --runtime win-x64 --self-contained",
"group": ".NET Core", "group": ".NET Core",
"name": ".net Core - Build Win-x64" "name": ".net Core - Build Win-x64 - Self Contained"
}, },
{ {
"auto": true, "auto": true,