Skip to content

Commit 7062bfe

Browse files
authored
Revise MSB3189 documentation date and add description
Updated the date for the MSB3189 error documentation and added a description of the error's cause.
1 parent 2cbd2ee commit 7062bfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/msbuild/errors/msb3189.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3189 diagnostic code"
33
description: Learn about the possible causes of the MSB3189 build error, and get troubleshooting tips.
4-
ms.date: 05/16/2025
4+
ms.date: 9/29/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3189
@@ -32,6 +32,9 @@ This article describes the MSB3189 error code.
3232
<!-- MSB3189: The update location for this application is a local path. -->
3333

3434
<!-- :::editable-content name="postOutputDescription"::: -->
35+
## Description
36+
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.
3538
<!--
3639
{StrBegin="MSB3189: "}
3740
-->

0 commit comments

Comments
 (0)