From 8bd2f48dd7e33529ca079b6b90f4e33d138e16d7 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 12 Jan 2022 16:55:42 -0700 Subject: [PATCH] NuGet.Config & runTerminalCommand.commands --- NuGet.Config | 44 ++++++++++++++++++++++++++++++++++++++++++++ User/settings.json | 6 ++++++ 2 files changed, 50 insertions(+) create mode 100644 NuGet.Config diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..95c3bf0 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/User/settings.json b/User/settings.json index 75c99aa..6be3abf 100644 --- a/User/settings.json +++ b/User/settings.json @@ -74,6 +74,12 @@ "*.pcl": "hexEditor.hexedit", "*.dib": "default" }, + "runTerminalCommand.commands": [ + { + "command": "dotnet build --runtime win-x64", + "name": ".net Build Win-x64" + } + ], "mssql.connections": [ { "connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",