Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure-template-cpp] publish version 1.1.0-beta.1856252 #26842

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ports/azure-template-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-template_1.1.0-beta.1856252
SHA512 3719d99da57f90fe6e9b36cf63433c2cc6d4a09d088ab7fe72f24d541e1054b7ca9faa30d387ccd43e04100704432667274a1908c0a08d8635d3cc4c5ac7b34a
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/template/azure-template/
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
26 changes: 26 additions & 0 deletions ports/azure-template-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "azure-template-cpp",
"version-semver": "1.1.0-beta.1856252",
"description": [
"Microsoft Azure Template SDK for C++",
"This is a template library meant to illustrate initial client library development process for Azure SDK.",
"It is not meant to be published to vcpkg."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/template/azure-template",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.3.1"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
9 changes: 9 additions & 0 deletions versions/a-/azure-template-cpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "85483967f1eab73befa15bf69fdeccd5c91c9ced",
"version-semver": "1.1.0-beta.1856252",
"port-version": 0
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@
"baseline": "12.0.0",
"port-version": 0
},
"azure-template-cpp": {
"baseline": "1.1.0-beta.1856252",
"port-version": 0
},
"azure-uamqp-c": {
"baseline": "2022-01-21",
"port-version": 1
Expand Down