diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-15 23:39:56 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-17 07:48:19 -0800 |
commit | 7151a567d35c07c1e0f55ed1426c2c5bf6b48aac (patch) | |
tree | 33958cd61f73e51f52b84aa8475e8e17154e25ab /src/Directory.csproj.props | |
parent | 541b3b2f4bbc98a5dd1396e73d93447840f14399 (diff) | |
download | wix-7151a567d35c07c1e0f55ed1426c2c5bf6b48aac.tar.gz wix-7151a567d35c07c1e0f55ed1426c2c5bf6b48aac.tar.bz2 wix-7151a567d35c07c1e0f55ed1426c2c5bf6b48aac.zip |
Do not add .nupkg image to test projects
Diffstat (limited to '')
-rw-r--r-- | src/Directory.csproj.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index 56c724ee..57111c40 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
@@ -10,7 +10,7 @@ | |||
10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> | 10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <ItemGroup> | 13 | <ItemGroup Condition=" '$(IsWixTestProject)'!='true' "> |
14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> | 14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> |
15 | </ItemGroup> | 15 | </ItemGroup> |
16 | </Project> | 16 | </Project> |