Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/containers/publish-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Tags can only contain up to 127 alphanumeric characters, periods, underscores, a
> In PowerShell, both the `;` and `"` characters need to be escaped.
>
> ```bash
> dotnet publish --os linux --arch x64 /t:PublishContainer /p:ContainerImageTags=\"1.2.3-alpha2;latest\"
> dotnet publish --os linux --arch x64 /t:PublishContainer /p:ContainerImageTags='"1.2.3-alpha2;latest"'
> ```
>
> In Bash, only the `"` character needs to be escaped.
Expand Down
Loading