Skip to content

Commit

Permalink
Make OctoVersionFullSemVer a string
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKitsune committed Nov 23, 2023
1 parent 7b864e7 commit 8d52ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Build : NukeBuild
[Parameter("Branch name for OctoVersion to use to calculate the version number. Can be set via the environment variable " + CiBranchNameEnvVariable + ".", Name = CiBranchNameEnvVariable)]
readonly string OctoVersionBranch = null!; // assigned by Nuke via reflection

Check warning on line 25 in build/Build.cs

View workflow job for this annotation

GitHub Actions / build

The field 'Build.OctoVersionBranch' is assigned but its value is never used

[Parameter] readonly int? OctoVersionFullSemVer;
[Parameter] readonly string? OctoVersionFullSemVer;
[Parameter] readonly int? OctoVersionMajor;
[Parameter] readonly int? OctoVersionMinor;
[Parameter] readonly int? OctoVersionPatch;
Expand Down

0 comments on commit 8d52ebe

Please sign in to comment.