@@ -44,6 +44,7 @@ let handle (args: string list) =
4444 |> CmdLine.appendRaw Fsproj.fableCli
4545 |> CmdLine.appendPrefix " -c" " Release"
4646 // By pass the PackageVersion in the fsproj, without having to modify it on the disk
47+ |> CmdLine.appendRaw " -p:EasyBuildPackageReleaseNotes_DisableSetVersion=true"
4748 |> CmdLine.appendRaw $" -p:PackageVersion={tempVersion}"
4849 |> CmdLine.appendPrefix " -o" packageDestination
4950 |> CmdLine.toString
@@ -56,6 +57,7 @@ let handle (args: string list) =
5657 |> CmdLine.appendRaw Fsproj.fableCompiler
5758 |> CmdLine.appendPrefix " -c" " Release"
5859 // By pass the PackageVersion in the fsproj, without having to modify it on the disk
60+ |> CmdLine.appendRaw " -p:EasyBuildPackageReleaseNotes_DisableSetVersion=true"
5961 |> CmdLine.appendRaw $" -p:PackageVersion={tempVersion}"
6062 |> CmdLine.appendPrefix " -o" packageDestination
6163 |> CmdLine.toString
@@ -71,6 +73,7 @@ let handle (args: string list) =
7173 |> CmdLine.appendRaw Fsproj.fableCore
7274 |> CmdLine.appendPrefix " -c" " Release"
7375 // By pass the PackageVersion in the fsproj, without having to modify it on the disk
76+ |> CmdLine.appendRaw " -p:EasyBuildPackageReleaseNotes_DisableSetVersion=true"
7477 |> CmdLine.appendRaw $" -p:PackageVersion={tempVersion}"
7578 |> CmdLine.appendPrefix " -o" packageDestination
7679 |> CmdLine.toString
0 commit comments