ff28f87932 | ||
---|---|---|
ports | ||
versions | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
vcpkg-configuration.json |
README.md
Azure SDK Beta Vcpkg Registry
This repo contains vcpkg registry for all Azure SDK releases - both stable releases and betas (unlike the official vcpkg registry, where only pre-stable beta and stable versions are being published, while post-first-stable betas are omitted to avoid having breaking changes).
Usage
- These instructions assume you know how to get Azure SDK from the official vcpkg repo. This document only documents the differences.
- Download
vcpkg-configuration.json
file from this repository, and put it into your vcpkg directory 1. - Use
vcpkg
as usual. - Next time a release is available in this repo, get the updated
vcpkg-configuration.json
(step 1).
-
In case you have other private registries configured in
vcpkg-configuration.json
, or have any other changes there that you don't want to be overwritten, manually merge your local config section related toazure-sdk-vcpkg-betas
repo. ↩︎