Putting build logs on the console
(sorry of this is wrong repository to report this issue)
When building .NET with plain ./build.sh invocation, the build logs of its components are only redirected to a log file. On the console I only see something like
Running command:
.../dotnet/src/source-build-reference-packages/eng/common/build.sh --restore --build --pack --publish --ci --configuration ...
Log: .../dotnet/artifacts/log/Release/source-build-reference-packages.log
With Environment Variables:
...
DirSize Before Building source-build-reference-packages
Filesystem Size Used Avail Capacity Mounted on
tmpfs 42G 5.5G 37G 13% [restricted]
The problem with that is that FreeBSD official package builders are setup in a such way that they forcibly interrupt package builds that do not print anything on the console in 1 hour. .NET easily hits this restriction when built in parallel with other packages.
I tried to find some switch to make logs go to console (I don't need file logs anyways), but failed to do so.
Ping. Can something be done about this problem?
Monthly ping.