From a4dcf40f23389c914579f35cd1d56140fa44798e Mon Sep 17 00:00:00 2001 From: heku Date: Sun, 30 Jun 2024 18:33:21 +0800 Subject: [PATCH] Fixed build error: SourceRoot paths are required to end with a slash or backslash If developers changed the nuget global packages folder by set NUGET_PACKAGES environment variable to a path without trailing slash, they may have a build error like this, refer to https://github.com/PrismLibrary/Prism/issues/2369 --- build/SourceLink.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/SourceLink.props b/build/SourceLink.props index b0f1f2c2cc9..fb014e7e214 100644 --- a/build/SourceLink.props +++ b/build/SourceLink.props @@ -20,6 +20,6 @@ - +