user muxer path in ArgumentForwardingTests
This commit is contained in:
parent
3e265a98b8
commit
1006b30f99
1 changed files with 4 additions and 4 deletions
|
@ -25,9 +25,9 @@ namespace Microsoft.DotNet.Tests.ArgumentForwarding
|
|||
|
||||
public ArgumentForwardingTests()
|
||||
{
|
||||
Environment.SetEnvironmentVariable(
|
||||
Constants.MSBUILD_EXE_PATH,
|
||||
Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, "MSBuild.dll"));
|
||||
// Environment.SetEnvironmentVariable(
|
||||
// Constants.MSBUILD_EXE_PATH,
|
||||
// Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, "MSBuild.dll"));
|
||||
|
||||
// This test has a dependency on an argument reflector
|
||||
// Make sure it's been binplaced properly
|
||||
|
@ -255,7 +255,7 @@ namespace Microsoft.DotNet.Tests.ArgumentForwarding
|
|||
{
|
||||
StartInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = Env.GetCommandPath("dotnet", ".exe", ""),
|
||||
FileName = new Muxer().MuxerPath,
|
||||
Arguments = $"{ReflectorPath} {testUserArgument}",
|
||||
UseShellExecute = false,
|
||||
RedirectStandardOutput = true,
|
||||
|
|
Loading…
Reference in a new issue