From 0bf5f0fefceff04470bd3d6919504d39af82a21f Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Fri, 27 Mar 2020 16:39:58 +0000 Subject: Fix ref assembly symbols issue (try 2) https://github.com/mono/linker/pull/1029 didn't fix the issue because Arcade sets its own defaults that override those in Directory.Build.props. This moves the import so that our setting wins. Validated by doing a local build, setting OfficialBuildId manually. I did the same validation in the last change, but maybe I was working with a dirty build that somehow had a pdb. I think this should actually fix it. --- Directory.Build.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Directory.Build.props') diff --git a/Directory.Build.props b/Directory.Build.props index 407631590..655264983 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,8 +8,6 @@ true - - none $(MSBuildProjectName)/ref @@ -27,6 +25,9 @@ false true + + + none -- cgit v1.2.3