Addressing more code review comments and removing the incrementality from BuildProjectsForNuGetPackages. All it does is invoke dotnet build, which already has incremental builds. I will let it handle this one.

This commit is contained in:
Livar Cunha 2016-06-30 17:34:11 -07:00
parent 2846a9b2e7
commit 5302a63aa3
6 changed files with 15 additions and 83 deletions

View file

@ -30,7 +30,7 @@ namespace Microsoft.DotNet.Cli.Build
public override bool Execute()
{
var crossgenUtil = new Crossgen(DependencyVersions.CoreCLRVersion, DependencyVersions.JitVersion);
var crossgenUtil = new Crossgen(CoreCLRVersion, JitVersion);
crossgenUtil.CrossgenDirectory(SharedFrameworkNameVersionPath, SdkOutputDirectory);