Skip to content

Commit 707cadd

Browse files
Update visual-studio-publish-profiles.md (#20104)
1 parent b7d4e5c commit 707cadd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/host-and-deploy/visual-studio-publish-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The `dotnet publish` command calls MSBuild, which invokes the `Publish` target.
103103

104104
MSBuild properties can be passed using either of the following formats:
105105

106-
* `p:<NAME>=<VALUE>`
106+
* `-p:<NAME>=<VALUE>`
107107
* `/p:<NAME>=<VALUE>`
108108

109109
For example, the following command publishes a `Release` build to a network share. The network share is specified with forward slashes (*//r8/*) and works on all .NET Core supported platforms.

0 commit comments

Comments
 (0)