Skip to content

Commit e946611

Browse files
azure-sdksima-zhu
andauthored
Taking the parameter literally (Azure#25793)
Co-authored-by: sima-zhu <[email protected]>
1 parent 68bafc6 commit e946611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Update-DocsMsPackages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if ($UpdateDocsMsPackagesFn -and (Test-Path "Function:$UpdateDocsMsPackagesFn"))
140140

141141
try {
142142
$docsMetadata = GetDocsMetadata
143-
&$UpdateDocsMsPackagesFn -DocsRepoLocation $DocRepoLocation -DocsMetadata $docsMetadata
143+
&$UpdateDocsMsPackagesFn -DocsRepoLocation $DocRepoLocation -DocsMetadata $docsMetadata -PackageSourceOverride $PackageSourceOverride -DocValidationImageId $ImageId
144144
} catch {
145145
LogError "Exception while updating docs.ms packages"
146146
LogError $_

0 commit comments

Comments
 (0)