Narrow $packagePattern to exclude vcpkg.json files which are now part of the publishing process (#2330)
This commit is contained in:
parent
bb0d1287bc
commit
26f43fd359
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user