File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ""
332332BuildRuntime " win-x86"
333333BuildRuntime " win-x64"
334334
335- CreateSiteExtensions
335+ CreateSiteExtensions
You can’t perform that action at this time.
0 commit comments