Fix build breaks and some 'build' tests.
This commit is contained in:
parent
f86952cf1d
commit
96e425f8bb
17 changed files with 156 additions and 22 deletions
|
@ -58,7 +58,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
|||
File.SetLastWriteTimeUtc(file, DateTime.UtcNow);
|
||||
}
|
||||
|
||||
protected CommandResult BuildProject(bool defaultOutput = false, bool noIncremental = false, bool expectBuildFailure = false)
|
||||
protected CommandResult BuildProject(bool noIncremental = false, bool expectBuildFailure = false)
|
||||
{
|
||||
var mainProjectFile = GetProjectFile(MainProject);
|
||||
return BuildProject(mainProjectFile, noIncremental, expectBuildFailure);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue