diff --git a/build/build-extensions.ps1 b/build/build-extensions.ps1 index 19f19ab823..5e72061e75 100644 --- a/build/build-extensions.ps1 +++ b/build/build-extensions.ps1 @@ -211,7 +211,7 @@ function CreatePatchedSiteExtension([string] $siteExtensionPath) { $infoKeyValuePairs.Add("HashValue", $hashForBase[$key]) $informationJson.Add($infoKeyValuePairs) } - $informationJson | ConvertTo-Json -depth 100 | Out-File "$patchedContentDirectory\Metadata.json" + $informationJson | ConvertTo-Json -depth 100 | Out-File "$patchedContentDirectory\$extensionVersionNoSuffix\Metadata.json" # Zip it up ZipContent $patchedContentDirectory "$zipOutput\Functions.$extensionVersion$runtimeSuffix.zip"