Changing the /m /v:m default parameters to msbuild to -m and -v:m to avoid confusing that with files on unix machines.
This commit is contained in:
parent
6b240926a3
commit
7c37c9a069
7 changed files with 9 additions and 9 deletions
|
@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests
|
|||
{
|
||||
public class GivenDotnetBuildInvocation
|
||||
{
|
||||
const string ExpectedPrefix = "exec <msbuildpath> /m /v:m";
|
||||
const string ExpectedPrefix = "exec <msbuildpath> -m -v:m";
|
||||
|
||||
[Theory]
|
||||
[InlineData(new string[] { }, "/t:Build")]
|
||||
|
|
Reference in a new issue