Skip to content

Commit ec93ec7

Browse files
committed
Probably this is what matches the old behavior?
1 parent 6f93f7e commit ec93ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Build.UnitTests/BinaryLogger_Tests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public void TestBinaryLoggerRoundtrip(string projectText, BinlogRoundtripTestRep
117117
using var env = TestEnvironment.Create();
118118
try
119119
{
120-
env.SetEnvironmentVariable("MSBUILDTARGETOUTPUTLOGGING", "1");
121-
Traits.Instance.EnableTargetOutputLogging = true;
120+
env.SetEnvironmentVariable("MSBUILDTARGETOUTPUTLOGGING", "0");
121+
Traits.Instance.EnableTargetOutputLogging = false;
122122

123123
var binaryLogger = new BinaryLogger();
124124

0 commit comments

Comments
 (0)