Skip to content

Commit 15cf9b7

Browse files
authored
Update build-extensions.ps1 (#7468)
1 parent 05bed12 commit 15cf9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build-extensions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function CreatePatchedSiteExtension([string] $siteExtensionPath) {
211211
$infoKeyValuePairs.Add("HashValue", $hashForBase[$key])
212212
$informationJson.Add($infoKeyValuePairs)
213213
}
214-
$informationJson | ConvertTo-Json -depth 100 | Out-File "$patchedContentDirectory\$extensionVersionNoSuffix\Metadata.json"
214+
$informationJson | ConvertTo-Json -depth 100 | Out-File "$patchedContentDirectory\$extensionVersionNoSuffix\HardlinksMetadata.json"
215215

216216
# Zip it up
217217
ZipContent $patchedContentDirectory "$zipOutput\Functions.$extensionVersion$runtimeSuffix.zip"
@@ -332,4 +332,4 @@ Write-Host ""
332332
BuildRuntime "win-x86"
333333
BuildRuntime "win-x64"
334334

335-
CreateSiteExtensions
335+
CreateSiteExtensions

0 commit comments

Comments
 (0)