From 0434ef70ae3ed6fb49a028829fde14170ba6420f Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Thu, 29 Oct 2020 18:37:46 -0400 Subject: [vcpkg] Remove hard-coded ApiKey from nuget push (#14202) --- toolsrc/src/vcpkg/binarycaching.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/toolsrc/src/vcpkg/binarycaching.cpp b/toolsrc/src/vcpkg/binarycaching.cpp index 4563f575e..5512182c5 100644 --- a/toolsrc/src/vcpkg/binarycaching.cpp +++ b/toolsrc/src/vcpkg/binarycaching.cpp @@ -393,8 +393,6 @@ namespace cmd.path_arg(nuget_exe) .string_arg("push") .path_arg(nupkg_path) - .string_arg("-ApiKey") - .string_arg("AzureDevOps") .string_arg("-ForceEnglishOutput") .string_arg("-Source") .string_arg(write_src); @@ -426,8 +424,6 @@ namespace cmd.path_arg(nuget_exe) .string_arg("push") .path_arg(nupkg_path) - .string_arg("-ApiKey") - .string_arg("AzureDevOps") .string_arg("-ForceEnglishOutput") .string_arg("-ConfigFile") .path_arg(write_cfg); -- cgit v1.2.3