Skip to content

Commit

Permalink
Changed output path for metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yojagad committed Jun 11, 2021
1 parent bc4cddd commit ba408f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-extensions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba408f5

Please sign in to comment.