Narrow $packagePattern to exclude vcpkg.json files which are now part of the publishing process (#2330)

This commit is contained in:
Daniel Jurek 2021-05-20 17:19:18 -07:00 committed by GitHub
parent bb0d1287bc
commit 26f43fd359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
$Language = "cpp"
$LanguageDisplayName = "C++"
$PackageRepository = "CPP"
$packagePattern = "*.json"
$packagePattern = "package-info.json"
$MetadataUri = "https://raw.githubusercontent.com/Azure/azure-sdk/master/_data/releases/latest/cpp-packages.csv"
$BlobStorageUrl = "https://azuresdkdocs.blob.core.windows.net/%24web?restype=container&comp=list&prefix=cpp%2F&delimiter=%2F"