add message back
This commit is contained in:
parent
d46e886f3a
commit
c1f7ba0e11
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
if [[ -z "$msft_sdk_tarball_name" ]]; then
|
||||
|
||||
fail "Microsoft SDK tarball does not exist in '$(Pipeline.Workspace)/Artifacts'"
|
||||
fail "Microsoft SDK tarball does not exist in '$(Pipeline.Workspace)/Artifacts'. The associated build 'https://dev.azure.com/dnceng/internal/_build/results?buildId=$installer_build&view=results' might have failed."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
|
||||
if [[ -z "$sdk_tarball_name" ]]; then
|
||||
|
||||
fail "Source-build SDK tarball does not exist in '$(Pipeline.Workspace)/Artifacts'"
|
||||
fail "Source-build SDK tarball does not exist in '$(Pipeline.Workspace)/Artifacts'. The associated build 'https://dev.azure.com/dnceng/internal/_build/results?buildId=$dotnet_dotnet_build&view=results' might have failed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue