From 0a938bbb15899de583f88b5fd98387c9ef0c6325 Mon Sep 17 00:00:00 2001 From: Heku Date: Tue, 9 Jul 2024 07:45:02 +0800 Subject: [PATCH] Fixed build error: SourceRoot paths are required to end with a slash or backslash (#16174) 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 b0f1f2c2cc..fb014e7e21 100644 --- a/build/SourceLink.props +++ b/build/SourceLink.props @@ -20,6 +20,6 @@ - +