From 26f43fd359efd1d58b8efe886e75a4eddae5211f Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 20 May 2021 17:19:18 -0700 Subject: [PATCH] Narrow $packagePattern to exclude vcpkg.json files which are now part of the publishing process (#2330) --- eng/scripts/Language-Settings.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/scripts/Language-Settings.ps1 b/eng/scripts/Language-Settings.ps1 index 8ba7be8a6..ab92dc3f4 100644 --- a/eng/scripts/Language-Settings.ps1 +++ b/eng/scripts/Language-Settings.ps1 @@ -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"