Skip to content

Commit

Permalink
Add azdo marker for bootstrap failure message (#67172)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored Mar 3, 2023
1 parent 2448125 commit ee6e99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/test-build-correctness.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ try {
catch [exception] {
Write-Host $_
Write-Host $_.Exception
Write-Host "How to investigate bootstrap failures: https://github.com/dotnet/roslyn/blob/main/docs/compilers/Bootstrap%20Builds.md#Investigating"
Write-Host "##vso[task.logissue type=error]How to investigate bootstrap failures: https://github.com/dotnet/roslyn/blob/main/docs/compilers/Bootstrap%20Builds.md#Investigating"
exit 1
}
finally {
Expand Down

0 comments on commit ee6e99b

Please sign in to comment.