aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/binarycaching.cpp4
1 files changed, 0 insertions, 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);