From 5016b3d9f362b7cd4723b6fd45eb2acf9f52c8dd Mon Sep 17 00:00:00 2001 From: embetten <53092095+embetten@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:21:38 -0700 Subject: [PATCH] revert vscode push and create 1.2.3 release (#519) - revert unintentional vscode push - create 1.2.3 release --- .vscode/launch.json | 7 ++----- Build.props | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b583119f..7c89965d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "name": "net 6 launch", + "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", @@ -13,10 +13,7 @@ ], "cwd": "${workspaceFolder}/CredentialProvider.Microsoft", "console": "integratedTerminal", - "stopAtEntry": false, - "env": { - "ARTIFACTS_CREDENTIALPROVIDER_PROGRAM_CONTEXT":"nuGET" - } + "stopAtEntry": false }, { "name": ".NET Core Attach", diff --git a/Build.props b/Build.props index 5ffaa797..e972c7ac 100644 --- a/Build.props +++ b/Build.props @@ -1,7 +1,7 @@ - 1.2.2 + 1.2.3 netcoreapp3.1;net461;net6.0