Skip to content

Commit

Permalink
don't double quote release notes on package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jan 29, 2024
1 parent b4e29a2 commit 3762de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ let dotnetPack ctx =
c.MSBuildParams with
Properties = [
"PackageVersion", latestEntry.NuGetVersion
"PackageReleaseNotes", $"\"{releaseNotes}\""
"PackageReleaseNotes", $"{releaseNotes}"
]
}
})
Expand Down

0 comments on commit 3762de1

Please sign in to comment.