-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warnings-as-errors fail BuildSubmission results (#6006)
Fixes #5837 by using the approach used in BuildManager to check whether warnings-as-errors were emitted to convert the result to a failure at the submission level, because MSBuild was promoting it to failure too late (in time to log it but not to fail the msbuild invocation. Remove SetOverallResultIfWarningsAsErrors since it's handled at the submission level now.
- Loading branch information
1 parent
56b853f
commit c99c6ee
Showing
3 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters