Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Sep 4, 2024
1 parent fa46cfe commit 3c20156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ public Build()
.SetConfiguration(Configuration)
.SetNoRestore(false)
.SetVersion(OctoVersionInfo.Value?.FullSemVer)
.SetInformationalVersion(OctoVersionInfo.Value?.InformationalVersion));
.SetVersion(NugetVersion.Value)
.SetInformationalVersion(GitVersionInfo?.InformationalVersion));
Log.Information("Done");

DotNetBuild(_ => _.SetProjectFile(Solution)
Expand Down

0 comments on commit 3c20156

Please sign in to comment.