diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-27 11:30:28 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-27 13:36:39 -0500 |
commit | 56ca521396cdf47b5611f6e3a6264be9a8d20282 (patch) | |
tree | c5c8fbab86ee0eb92dca798b6e327a33e6cb6c11 /src/internal/WixBuildTools.TestSupport | |
parent | eb53852d7ae6838e54525eb57df1d8ce8a722f9b (diff) | |
download | wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.tar.gz wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.tar.bz2 wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.zip |
Add IsWixTestSupportProject property to prevent test project detection.
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index 8a5237d1..4e1c3c26 100644 --- a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |||
@@ -11,6 +11,7 @@ | |||
11 | <CreateDocumentationFile>true</CreateDocumentationFile> | 11 | <CreateDocumentationFile>true</CreateDocumentationFile> |
12 | <NoWarn>$(NoWarn);CS1591</NoWarn> | 12 | <NoWarn>$(NoWarn);CS1591</NoWarn> |
13 | <SignOutput>false</SignOutput> | 13 | <SignOutput>false</SignOutput> |
14 | <IsWixTestSupportProject>true</IsWixTestSupportProject> | ||
14 | </PropertyGroup> | 15 | </PropertyGroup> |
15 | 16 | ||
16 | <ItemGroup> | 17 | <ItemGroup> |