mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[azure-identity-cpp] Publish version 1.0.0-beta.3 (#16014)
* Update port for azure-identity-cpp * Update port version SHA * Remove comment header from CONTROL file * Remove comment header from portfile.cmake file * Update port version SHA once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
parent
e3c26698d5
commit
b636d9db9b
6
ports/azure-identity-cpp/CONTROL
Normal file
6
ports/azure-identity-cpp/CONTROL
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Source: azure-identity-cpp
|
||||||
|
Version: 1.0.0-beta.3
|
||||||
|
Build-Depends: azure-core-cpp
|
||||||
|
Description: Microsoft Azure Identity SDK for C++
|
||||||
|
This library provides common authentication-related abstractions for Azure SDK.
|
||||||
|
Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/identity/azure-identity
|
20
ports/azure-identity-cpp/portfile.cmake
Normal file
20
ports/azure-identity-cpp/portfile.cmake
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
REPO Azure/azure-sdk-for-cpp
|
||||||
|
REF azure-identity_1.0.0-beta.3
|
||||||
|
SHA512 ef1926e81e14b040871d654e5d4a3e07607ee82b0c9a0205dd6fa2253ae84eb86cfadc45de6dab6a060a5e8909615e559444c65174368fc1bd386894ea89efa6
|
||||||
|
)
|
||||||
|
|
||||||
|
vcpkg_configure_cmake(
|
||||||
|
SOURCE_PATH ${SOURCE_PATH}/sdk/identity/azure-identity/
|
||||||
|
PREFER_NINJA
|
||||||
|
OPTIONS
|
||||||
|
-DWARNINGS_AS_ERRORS=OFF
|
||||||
|
)
|
||||||
|
|
||||||
|
vcpkg_install_cmake()
|
||||||
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
vcpkg_fixup_cmake_targets()
|
||||||
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||||
|
vcpkg_copy_pdbs()
|
||||||
|
|
9
versions/a-/azure-identity-cpp.json
Normal file
9
versions/a-/azure-identity-cpp.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "c45f6c8ac731079eb1e5f40a0e5af2725b3ec97a",
|
||||||
|
"version-string": "1.0.0-beta.3",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -248,6 +248,10 @@
|
|||||||
"baseline": "1.0.0-beta.5",
|
"baseline": "1.0.0-beta.5",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
|
"azure-identity-cpp": {
|
||||||
|
"baseline": "1.0.0-beta.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"azure-iot-sdk-c": {
|
"azure-iot-sdk-c": {
|
||||||
"baseline": "2020-12-09",
|
"baseline": "2020-12-09",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user