Skip to content

Commit

Permalink
For testing null purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Dec 6, 2021
1 parent 98a1de3 commit 5d438de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ foreach ($packageInfoLocation in $PackageInfoJsonLocations) {
$packageInfo = GetPackageInfoJson $packageInfoLocation
# Add validation step for daily update and release
if ($ValidateDocsMsPackagesFn -and (Test-Path "Function:$ValidateDocsMsPackagesFn")) {
&$ValidateDocsMsPackagesFn -PackageInfo $packageInfo $PackageSourceOverride $DocValidationImageId
&$ValidateDocsMsPackagesFn -PackageInfo $packageInfo -PackageSourceOverride $PackageSourceOverride -DocValidationImageId $DocValidationImageId
if ($LASTEXITCODE -ne 0) {
LogError "The package failed Doc.Ms validation. Check https://aka.ms/azsdk/docs/docker for how to reproduce the errors"
exit 1
Expand Down

0 comments on commit 5d438de

Please sign in to comment.