1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Disable msbuild terminal logger (#97309)

* Disable msbuild terminal logger

https://github.com/dotnet/runtime/issues/97211

* Update Directory.Build.rsp
This commit is contained in:
Alexander Köplinger 2024-01-22 19:08:28 +01:00 committed by GitHub
parent 5aabefa4a6
commit e99836a899
Signed by: github
GPG key ID: B5690EEEBB952194

2
Directory.Build.rsp Normal file
View file

@ -0,0 +1,2 @@
# disable terminal logger for now: https://github.com/dotnet/runtime/issues/97211
-tl:false