aboutsummaryrefslogtreecommitdiff
path: root/src/Custom.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-27 16:28:42 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:50:47 -0600
commited20ef6dc8caa5d585c1a715ff4ba577687bf291 (patch)
treeac457c8d3fe13578b495504bfd4c458897ce3547 /src/Custom.Build.props
parent263c62069df0f154001915cca00d6d4926f2fbb5 (diff)
downloadwix-ed20ef6dc8caa5d585c1a715ff4ba577687bf291.tar.gz
wix-ed20ef6dc8caa5d585c1a715ff4ba577687bf291.tar.bz2
wix-ed20ef6dc8caa5d585c1a715ff4ba577687bf291.zip
Add failing tests for package description and packages sharing payloads
In Core projects, treat warnings as errors.
Diffstat (limited to 'src/Custom.Build.props')
-rw-r--r--src/Custom.Build.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Custom.Build.props b/src/Custom.Build.props
new file mode 100644
index 00000000..889fb62e
--- /dev/null
+++ b/src/Custom.Build.props
@@ -0,0 +1,6 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project>
3 <PropertyGroup Condition="'$(Configuration)'=='Release'">
4 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5 </PropertyGroup>
6</Project>