Skip to content

Commit b1ff0bd

Browse files
azure-sdksima-zhu
andauthored
Taking the parameter literally (Azure#25887)
Co-authored-by: sima-zhu <sizhu@microsoft.com>
1 parent 86f9df6 commit b1ff0bd

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)