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()
|
||||
{
|
||||
return $"-in {SourceAssembly}";
|
||||
return $"-in \"{SourceAssembly}\"";
|
||||
}
|
||||
|
||||
private string GetOutPath()
|
||||
{
|
||||
return $"-out {TempOutputPath}";
|
||||
return $"-out \"{TempOutputPath}\"";
|
||||
}
|
||||
|
||||
private string GetPlatformAssemblyPaths()
|
||||
|
|
Loading…
Add table
Reference in a new issue