Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
2 changes: 1 addition & 1 deletion eng/scripts/Initialize-VcpkgRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $newContent = $portFileContent -replace '(SHA512\s+)0', "`${1}$sha512"

if ($DailyReleaseRef) {
Write-Verbose "Overriding REF with test release ref: $DailyReleaseRef"
$newContent = $newContent -replace '(?m)^(\s+)REF azure.*$', "`${1}REF $DailyReleaseRef"
$newContent = $newContent -replace '(?m)^(\s+)REF \"azure.*\"$', "`${1}REF $DailyReleaseRef"
}

$newContent | Set-Content $portfileLocation -NoNewLine
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-attestation_@AZ_LIBRARY_VERSION@
REF "azure-security-attestation_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/attestation/azure-security-attestation")
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core-amqp/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core-amqp_@AZ_LIBRARY_VERSION@
REF "azure-core-amqp_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core-tracing-opentelemetry_@AZ_LIBRARY_VERSION@
REF "azure-core-tracing-opentelemetry_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-tracing-opentelemetry")
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_@AZ_LIBRARY_VERSION@
REF "azure-core_${VERSION}"
SHA512 0
HEAD_REF main
)

vcpkg_check_features(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-messaging-eventhubs-checkpointstore-blob_@AZ_LIBRARY_VERSION@
REF "azure-messaging-eventhubs-checkpointstore-blob_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-messaging-eventhubs_@AZ_LIBRARY_VERSION@
REF "azure-messaging-eventhubs_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs")
Expand Down
3 changes: 2 additions & 1 deletion sdk/identity/azure-identity/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-identity_@AZ_LIBRARY_VERSION@
REF "azure-identity_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/identity/azure-identity")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-keyvault-administration_@AZ_LIBRARY_VERSION@
REF "azure-security-keyvault-administration_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-administration")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-keyvault-certificates_@AZ_LIBRARY_VERSION@
REF "azure-security-keyvault-certificates_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-certificates")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-keyvault-keys_@AZ_LIBRARY_VERSION@
REF "azure-security-keyvault-keys_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-keys")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-keyvault-secrets_@AZ_LIBRARY_VERSION@
REF "azure-security-keyvault-secrets_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-secrets")
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-blobs_@AZ_LIBRARY_VERSION@
REF "azure-storage-blobs_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-blobs")
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-common/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-common_@AZ_LIBRARY_VERSION@
REF "azure-storage-common_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-common")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-datalake_@AZ_LIBRARY_VERSION@
REF "azure-storage-files-datalake_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-files-datalake")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_@AZ_LIBRARY_VERSION@
REF "azure-storage-files-shares_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-files-shares")
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-queues/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-queues_@AZ_LIBRARY_VERSION@
REF "azure-storage-queues_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-queues")
Expand Down
3 changes: 2 additions & 1 deletion sdk/tables/azure-data-tables/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-data-tables_@AZ_LIBRARY_VERSION@
REF "azure-data-tables_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/tables/azure-data-tables")
Expand Down
3 changes: 2 additions & 1 deletion sdk/template/azure-template/vcpkg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-template_@AZ_LIBRARY_VERSION@
REF "azure-template_${VERSION}"
SHA512 0
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/template/azure-template")
Expand Down