This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Use X_VCPKG_NUGET_ID_PREFIX for download packages #19095
Labels
category:vcpkg-feature
The issue is a new capability of the tool that doesn’t already exist and we haven’t committed
In #16579
A new option X_VCPKG_NUGET_ID_PREFIX was added in the #16579 , which allows you to put the same artifacts from different repositories of the same account into the cache.
For complete happiness, it is not enough that X_VCPKG_NUGET_ID_PREFIX is used to load artifacts from the cache. Otherwise, every time you run the build, you have to rebuild all the dependencies. Which does not speed up the work.
By the way, X_VCPKG_NUGET_ID_PREFIX is not documented, there is no information on it.
The text was updated successfully, but these errors were encountered: