Hi
I’m trying to add release notes to the octopack file, so we in octopus when doing a release can see the release notes on that release.
But having some issues with getting azure devops to find the ReleaseNotes.txt file.
I’m using /p:OctoPackReleaseNotes="…/ReleaseNotes.txt".
I also added a command line step to create the ReleaseNotes.txt file.
“echo ReleaseNoteComment by bla bal > ReleaseNotes.txt”
But can’t find any release notes on the package…
what am I missing ?