mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
Fix NuGet casing
This commit is contained in:
parent
22b1733a4a
commit
84d02232f6
@ -338,7 +338,7 @@ namespace vcpkg::Commands::Export
|
||||
const std::string nuget_id = raw_exported_dir_path.filename().string();
|
||||
const fs::path output_path = do_nuget_export(paths, nuget_id, raw_exported_dir_path, export_to_path);
|
||||
System::println(System::Color::success, "Creating nuget package... done");
|
||||
System::println(System::Color::success, "Nuget package exported at: %s", output_path.generic_string());
|
||||
System::println(System::Color::success, "NuGet package exported at: %s", output_path.generic_string());
|
||||
|
||||
System::println(R"(
|
||||
With a project open, go to Tools->NuGet Package Manager->Package Manager Console and paste:
|
||||
|
Loading…
Reference in New Issue
Block a user