Document environment variable (#27000)

This commit is contained in:
Victor Romero 2022-10-13 17:12:51 -07:00 committed by GitHub
parent 0948fa8a1e
commit 929fc61671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,3 +99,7 @@ This environment variable allows using NuGet's cache for every nuget-based binar
> Note: This is an experimental feature and may change or be removed at any time
This environment variable allows using a private mirror for all SHA512-tagged assets. See [Asset Caching](assetcaching.md) for more details.
#### VCPKG_NO_CI
Setting `VCPKG_NO_CI` disables vcpkg's CI environment detection heuristics.