From 1c8742511ae327b5272663532efbc7ab536cdf97 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Fri, 24 Nov 2023 12:50:17 -0300 Subject: [PATCH] PM-3350 Added Document.Build.props to disable trimming on publish --- Document.Build.props | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Document.Build.props diff --git a/Document.Build.props b/Document.Build.props new file mode 100644 index 0000000000..68c33ec2c0 --- /dev/null +++ b/Document.Build.props @@ -0,0 +1,5 @@ + + + false + + \ No newline at end of file