parent
06396ddc40
commit
7a2c6ad086
1 changed files with 2 additions and 2 deletions
|
@ -98,12 +98,12 @@ namespace Microsoft.DotNet.Build.Tasks
|
||||||
|
|
||||||
private string GetInPath()
|
private string GetInPath()
|
||||||
{
|
{
|
||||||
return $"-in {SourceAssembly}";
|
return $"-in \"{SourceAssembly}\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetOutPath()
|
private string GetOutPath()
|
||||||
{
|
{
|
||||||
return $"-out {TempOutputPath}";
|
return $"-out \"{TempOutputPath}\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetPlatformAssemblyPaths()
|
private string GetPlatformAssemblyPaths()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue