diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-27 16:28:42 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:50:47 -0600 |
| commit | ed20ef6dc8caa5d585c1a715ff4ba577687bf291 (patch) | |
| tree | ac457c8d3fe13578b495504bfd4c458897ce3547 /src/Custom.Build.props | |
| parent | 263c62069df0f154001915cca00d6d4926f2fbb5 (diff) | |
| download | wix-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.props | 6 |
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> | ||
