1 write to _env
Microsoft.Build.Engine.UnitTests (1)
BinaryLogger_Tests.cs (1)
81
_env
= TestEnvironment.Create(output);
11 references to _env
Microsoft.Build.Engine.UnitTests (11)
BinaryLogger_Tests.cs (11)
84
_env
.WithEnvironmentInvariant();
86
_logFile =
_env
.ExpectFile(".binlog").Path;
144
fileToReplay =
_env
.ExpectFile(".binlog").Path;
225
string replayedLogFile =
_env
.ExpectFile(".binlog").Path;
473
TransientTestFolder testFolder =
_env
.DefaultTestDirectory.CreateDirectory("TestDir");
474
TransientTestFolder testFolder2 =
_env
.DefaultTestDirectory.CreateDirectory("TestDir2");
563
string logFilePath = Path.Combine(
_env
.DefaultTestDirectory.Path, "test.binlog");
611
var referenceProject =
_env
.CreateTestProjectWithFiles("reference.proj", @"
618
var entryProject =
_env
.CreateTestProjectWithFiles("entry.proj", $@"
1039
_env
.SetEnvironmentVariable("MSBUILDTARGETOUTPUTLOGGING", "1");
1089
_env
.Dispose();