Skip to content

Commit b25e224

Browse files
Update aspnetcore/host-and-deploy/visual-studio-publish-profiles.md
Co-authored-by: Tom Dykstra <[email protected]>
1 parent ff363ce commit b25e224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dotnet publish -c Release -o C:\MyWebs\test
108108

109109
The `dotnet publish` command calls MSBuild, which invokes the `Publish` target. Any parameters passed to `dotnet publish` are passed to MSBuild. The `-c` and `-o` parameters map to MSBuild's `Configuration` and `OutputPath` properties, respectively.
110110

111-
[Project properties](/visualstudio/msbuild/msbuild-command-line-reference) can be passed using either of the following formats:
111+
[MSBuild properties](/visualstudio/msbuild/msbuild-command-line-reference) can be passed using either of the following formats:
112112

113113
* `-p:<NAME>=<VALUE>`
114114
* `/p:<NAME>=<VALUE>`

0 commit comments

Comments
 (0)