We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfc4ca commit 4672c9fCopy full SHA for 4672c9f
1 file changed
build.fsx
@@ -45,10 +45,10 @@ Target "Clean" (fun _ ->
45
)
46
47
Target "BuildVersions" (fun _ ->
48
- asmVersion <- majorversion + "." + minorversion + "." + build
+ asmVersion <- majorversion + "." + minorversion + "." + patch
49
asmInfoVersion <- asmVersion + " - " + sha
50
51
- let nugetBuildNumber = if not isLocalBuild then build else "0"
+ let nugetBuildNumber = if not isLocalBuild then patch else "0"
52
53
nugetVersion <- majorversion + "." + minorversion + "." + nugetBuildNumber
54
0 commit comments