DA
danieljurek/azure-sdk-vcpkg-betas
Azure SDK Vcpkg Betas
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.jsonfile from this repository, and put it into your vcpkg directory 1. - Use
vcpkgas usual. - Next time a release is available in this repo, get the updated
vcpkg-configuration.json(step 1).
Footnotes
-
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-betasrepo. ↩