Skip to content

Commit

Permalink
Support FsCheck3 pre-release in pack fake target.
Browse files Browse the repository at this point in the history
FsCheck3 project is packaged as a pre-release version of Expecto.FsCheck.
Setting "Version" in the CLI command overwrites the full version.
So, instead write VersionPrefix. Then the pack experience is uniform
across all packages and supports packing FsCheck3
  • Loading branch information
farlee2121 committed Jun 27, 2023
1 parent b4b121e commit 854d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Target.create "Pack" <| fun _ ->
NoLogo = true
DoRestore = false
Properties = [
"Version", release.NugetVersion
"VersionPrefix", release.NugetVersion
"PackageReleaseNotes", String.toLines release.Notes
]
}
Expand Down

0 comments on commit 854d152

Please sign in to comment.