[Build] Errors in fscomp.txt are not printed to the log
Open
Contributor Pain
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Make FSComp.txt fail: just add something invalid, like ``xxxxxxxxxxxxx`` to the end
#### Actual:
```
1>------ Build started: Project: FSharp.Compiler.Private, Configuration: Debug Any CPU ------
1>Done building project "FSharp.Compiler.Private.fsproj" -- FAILED.
1>
1>Build FAILED.
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
```
#### Expected: any indication that there is an issue with FSComp. Even just printing a generic error "FScomp failed" would be better than nothing.
Contributor guide
Assessment
This issue has not been assessed yet.