Update visual-studio-publish-profiles.md (#20104)

pull/20110/head
Rick Anderson 2020-10-03 11:36:46 -10:00 committed by GitHub
parent b7d4e5c947
commit 707cadd9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ The `dotnet publish` command calls MSBuild, which invokes the `Publish` target.
MSBuild properties can be passed using either of the following formats:
* `p:<NAME>=<VALUE>`
* `-p:<NAME>=<VALUE>`
* `/p:<NAME>=<VALUE>`
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.