Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Feb 4, 2022

Pass the exit code directly because we no longer rely on LastExitCode for executables.

Add colors to lines that match " error" and " warning".

)

$ErrorActionPreference = 'Stop'
$ErrorView = 'Normal'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This disables the summary view in Pwsh that tries to summarize the error. We want to see the error in full.

@nohwnd nohwnd merged commit 590aba3 into microsoft:main Feb 4, 2022
@nohwnd nohwnd deleted the fix-failfast branch February 4, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants