Skip to content

Commit

Permalink
Update Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Jan 15, 2025
1 parent 31f2503 commit d7b1d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ partial class Build : NukeBuild

PackagesDirectory.CreateOrCleanDirectory();
////await this.UpdateVisualStudio();
await this.InstallDotNetSdk("6.x.x", "8.x.x", "9.x.x");
await this.InstallDotNetSdk("8.x.x", "9.x.x");
});

Target Restore => _ => _
Expand Down Expand Up @@ -87,7 +87,7 @@ partial class Build : NukeBuild

DotNetPack(settings => settings
.SetConfiguration(Configuration)
.SetVersion(NerdbankVersioning.NuGetPackageVersion)
.SetVersion(NerdbankVersioning.SimpleVersion)
.SetOutputDirectory(PackagesDirectory)
.CombineWith(packableProjects, (packSettings, project) =>
packSettings.SetProject(project)));
Expand Down

0 comments on commit d7b1d52

Please sign in to comment.