Merge pull request #1107 from livarcocc/fix_dotnet_test
Fix the way we pass the deps file to the host
This commit is contained in:
commit
1796586280
1 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
|
||||
if (depsPath != null)
|
||||
{
|
||||
additionalArgs.Add("--depsfile");
|
||||
additionalArgs.Add(depsPath);
|
||||
additionalArgs.Add($"--depsfile:{depsPath}");
|
||||
}
|
||||
|
||||
args = additionalArgs.Concat(args);
|
||||
|
|
Loading…
Add table
Reference in a new issue