How to pass release notes with spaces in TeamCity step OctopusDeploy: Create release?

I try to set up release notes with spaces in TeamCity build step “OctopusDeploy: Create release”.
I use: Octopus Deploy integration 2.5.4.35

Additional command line arguments: --releasenotes=“ASDF ASDF d”

It fails:

[20:03:23][Octopus Deploy] Running command: octo.exe create-release [lot of variables here] --releasenotes=ASDF ASDF d
[20:03:23][Octopus Deploy] Creating Octopus Deploy release
[20:03:23][Octopus Deploy] Octopus Deploy Command Line Tool, version 2.5.3.33
[20:03:23][Octopus Deploy]
[20:03:24][Octopus Deploy] Unrecognized command arguments: ASDF, d
[20:03:24][Octopus Deploy] Exit code: -1
[20:03:24][Octopus Deploy] Octo.exe exit code: -1

How to pass release notes with spaces?

PS: May be it’s a second try - my first question has been swallowed up…