Skip to content

Commit b945f27

Browse files
Disable MSBuild console output wrapping
This change the output from: ``` Some/long/path/that /gets/broken/up ``` To: ``` Some/long/path/that/gets/broken/up ``` Leaving wrapping up to the terminal and making C&P much easier.
1 parent 7eaf6c4 commit b945f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.rsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# disable terminal logger for now: https://github.com/dotnet/runtime/issues/97211
22
-tl:false
3+
# disable line wrapping so that C&P from the console works well
4+
-clp:ForceNoAlign

0 commit comments

Comments
 (0)