Rebase with the latest sources and fix the tests.
This commit is contained in:
parent
ab455e6bb9
commit
9ec8556d24
7 changed files with 37 additions and 13 deletions
|
@ -61,7 +61,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
|||
protected CommandResult BuildProject(bool noDependencies = false, bool noIncremental = false, bool expectBuildFailure = false)
|
||||
{
|
||||
var mainProjectFile = GetProjectFile(MainProject);
|
||||
return BuildProject(mainProjectFile, noIncremental, expectBuildFailure);
|
||||
return BuildProject(mainProjectFile, noDependencies, noIncremental, expectBuildFailure);
|
||||
}
|
||||
|
||||
protected CommandResult BuildProject(string projectFile, bool noDependencies = false, bool noIncremental = false, bool expectBuildFailure = false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue