From 707cadd9a2b020aa9455fe53adb388713eddd8a3 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sat, 3 Oct 2020 11:36:46 -1000 Subject: [PATCH] Update visual-studio-publish-profiles.md (#20104) --- aspnetcore/host-and-deploy/visual-studio-publish-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md b/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md index 998af27d55..9509261816 100644 --- a/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md +++ b/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md @@ -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:=` +* `-p:=` * `/p:=` 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.