diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 18:47:38 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 21:08:31 +1000 |
commit | dea3a630b6ae10663dd6f7d855541f7f631a2b55 (patch) | |
tree | 47664cb2e475a4f4128b97f49463a28ee7d5c26e /src/wixext | |
parent | e4f1a4310f09e3777d035f35f4b4ca69d69f5083 (diff) | |
download | wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.tar.gz wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.tar.bz2 wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.zip |
Update dependencies.
Run tests before packing and don't build twice.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Bal.wixext.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/WixToolset.Bal.wixext.csproj b/src/wixext/WixToolset.Bal.wixext.csproj index aef4c4d9..aa3c4033 100644 --- a/src/wixext/WixToolset.Bal.wixext.csproj +++ b/src/wixext/WixToolset.Bal.wixext.csproj | |||
@@ -9,6 +9,7 @@ | |||
9 | <Title>WiX Toolset Bal Extension</Title> | 9 | <Title>WiX Toolset Bal Extension</Title> |
10 | <IsTool>true</IsTool> | 10 | <IsTool>true</IsTool> |
11 | <ContentTargetFolders>build</ContentTargetFolders> | 11 | <ContentTargetFolders>build</ContentTargetFolders> |
12 | <DebugType>embedded</DebugType> | ||
12 | </PropertyGroup> | 13 | </PropertyGroup> |
13 | <ItemGroup> | 14 | <ItemGroup> |
14 | <Content Include="$(MSBuildThisFileName).targets" /> | 15 | <Content Include="$(MSBuildThisFileName).targets" /> |