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:
parent
2846a9b2e7
commit
5302a63aa3
6 changed files with 15 additions and 83 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue