From 7abc557eb2e89d8bf8e1a5ce6eaa735dd17c9adb Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 2 May 2017 15:05:27 -0700 Subject: `export` Fix output directory displayed --- toolsrc/src/commands_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_export.cpp') diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index b936fe88c..3cc0809d5 100644 --- a/toolsrc/src/commands_export.cpp +++ b/toolsrc/src/commands_export.cpp @@ -139,7 +139,7 @@ namespace vcpkg::Commands::Export const int exit_code = System::cmd_execute_clean(cmd_line); Checks::check_exit(VCPKG_LINE_INFO, exit_code == 0, "Error: NuGet package creation failed"); - const fs::path output_path = paths.buildsystems / "tmp" / (nuget_id + ".nupkg"); + const fs::path output_path = output_dir / (nuget_id + ".nupkg"); return output_path; } -- cgit v1.2.3