Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vcpkg/users/config-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ This environment variable changes the metadata of produced NuGet packages. See [

This environment variable allows using NuGet's cache for every nuget-based binary source. See [Binary Caching](../reference/binarycaching.md#nuget) for more details.

## X_VCPKG_NUGET_PREFIX
## X_VCPKG_NUGET_ID_PREFIX

Adds a prefix to the name of all the binary packages pushed or restored from
[NuGet binary caches](../reference/binarycaching.md#nuget).

For example, when `X_VCPKG_NUGET_PREFIX` is set to `vcpkg_demo-` the
For example, when `X_VCPKG_NUGET_ID_PREFIX` is set to `vcpkg_demo-` the
`zlib_x64-windows.1.2.13-vcpkg8918746ce8b60474e5ebe68e53355fa70eb05119be913a1d1dc0b930b3b7b6e8.nupkg`
binary package becomes
`vcpkg_demo-zlib_x64-windows.1.2.13-vcpkg8918746ce8b60474e5ebe68e53355fa70eb05119be913a1d1dc0b930b3b7b6e8.nupkg`.
Expand Down