@joebigelow / wix / commits / 7151a567

Do not add .nupkg image to test projects

Rob Mensching committed Nov 15, 2022 at 23:39 UTC 7151a567d35c07c1e0f55ed1426c2c5bf6b48aac
1 file changed +1 -1
src/Directory.csproj.props
+1 -1
@@ -10,7 +10,7 @@
10 <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType>
11 </PropertyGroup>
12
13 - <ItemGroup>
13 + <ItemGroup Condition=" '$(IsWixTestProject)'!='true' ">
14 <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" />
15 </ItemGroup>
16 </Project>