3 references to MuxerPath
dotnet-watch.Tests (3)
Build\EvaluationTests.cs (3)
429
var options = TestOptions.GetEnvironmentOptions(workingDirectory: testDirectory, muxerPath:
MuxerPath
);
489
var options = TestOptions.GetEnvironmentOptions(workingDirectory: Path.GetDirectoryName(project1Path)!, muxerPath:
MuxerPath
);
527
var options = TestOptions.GetEnvironmentOptions(workingDirectory: testDir, muxerPath:
MuxerPath
) with { TestOutput = testDir };