Replacing the short form version of implicit msbuild parameters with longform ones.
This commit is contained in:
parent
10289504a8
commit
b1fca8c4d2
31 changed files with 173 additions and 161 deletions
|
|
@ -38,7 +38,7 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
msbuildArgs.Add("-nologo");
|
||||
}
|
||||
|
||||
msbuildArgs.Add("-t:Restore");
|
||||
msbuildArgs.Add("-target:Restore");
|
||||
|
||||
msbuildArgs.AddRange(parsedRestore.OptionValuesToBeForwarded());
|
||||
|
||||
|
|
|
|||
Reference in a new issue