Skip to content

Commit

Permalink
Use explicit version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Apr 3, 2023
1 parent dbf85c6 commit 77b7141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuke/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ protected override void OnBuildInitialized()
{
DotNetBuild(s => s
.SetProjectFile(project)
.SetVersion(Version)
.SetConfiguration(Configuration)
.EnableNoRestore());
});
Expand Down Expand Up @@ -162,6 +163,7 @@ protected override void OnBuildInitialized()
.SetOutputDirectory(ResultDirectory)
.SetIncludeSymbols(true)
.SetSymbolPackageFormat("snupkg")
.EnableNoRestore()
);
});
});
Expand Down

0 comments on commit 77b7141

Please sign in to comment.