Skip to content

Commit

Permalink
Add "-ForceEnglishOutput" flag to the NuGet help command in tools.cpp (
Browse files Browse the repository at this point in the history
  • Loading branch information
kazssym committed Jul 8, 2024
1 parent 471e3be commit 3ab647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace vcpkg
#if !defined(_WIN32)
cmd.string_arg(cache.get_tool_path(Tools::MONO, status_sink));
#endif // ^^^ !_WIN32
cmd.string_arg(exe_path);
cmd.string_arg(exe_path).string_arg("help").string_arg("-ForceEnglishOutput");
return run_to_extract_version(Tools::NUGET, exe_path, std::move(cmd))
#if !defined(_WIN32)
.map_error([](LocalizedString&& error) {
Expand Down

0 comments on commit 3ab647c

Please sign in to comment.