Skip to content

Commit e11d1fe

Browse files
authored
Update docs/msbuild/errors/msb3189.md
1 parent a1ff586 commit e11d1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3189.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article describes the MSB3189 error code.
3434
<!-- :::editable-content name="postOutputDescription"::: -->
3535
## Description
3636

37-
This error is given when the ClickOnce deployment path is not in one of the supported formats. The string must be a fully qualified URL or UNC path, for example "http://www.contoso.com/myapplication" or "\\server\myapplication." Local paths and mapped network drives are not supported. In the **Publish** wizard, the relevant path is specified on the **Install location** page, which also appears on the **Publish** tab after you run the wizard to create a publish profile. In the `.pubxml` file, the element is `InstallUrl`. See [Specify ClickOnce Publish properties](../../deployment/how-to-specify-where-visual-studio-copies-the-files.md).
37+
This error is given when the ClickOnce **Install location** is not in one of the supported formats. The string must be a fully qualified URL or UNC path, for example, "http://www.contoso.com/myapplication" or "\\server\myapplication." Local paths and mapped network drives are not supported. In the **Publish** wizard, the relevant path is specified on the **Install location** page, which also appears on the **Publish** tab after you run the wizard to create a publish profile. In the `.pubxml` file, the element is `InstallUrl`. See [Specify ClickOnce Publish properties](../../deployment/how-to-specify-where-visual-studio-copies-the-files.md).
3838
<!--
3939
{StrBegin="MSB3189: "}
4040
-->

0 commit comments

Comments
 (0)