Skip to content

Commit

Permalink
Update eng/common/scripts/Update-DocsMsMetadata.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Dec 6, 2021
1 parent 5d438de commit 31b9669
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 @@ -203,7 +203,7 @@ foreach ($packageInfoLocation in $PackageInfoJsonLocations) {
if ($ValidateDocsMsPackagesFn -and (Test-Path "Function:$ValidateDocsMsPackagesFn")) {
&$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"
LogError "The package failed Doc.Ms validation. Check https://aka.ms/azsdk/docs/docker for more details on how to diagnose this issue."
exit 1
}
}
Expand Down

0 comments on commit 31b9669

Please sign in to comment.