aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 19:25:31 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 21:03:13 +1000
commitcc4ec6c316ca6c318e1605bc6a6315794830486d (patch)
tree0520b5bbb7971529920b79d21faf6e1555fbeb03 /src/wixext
parente6819014f41294ea2e465338a821014080e265d1 (diff)
downloadwix-cc4ec6c316ca6c318e1605bc6a6315794830486d.tar.gz
wix-cc4ec6c316ca6c318e1605bc6a6315794830486d.tar.bz2
wix-cc4ec6c316ca6c318e1605bc6a6315794830486d.zip
Update dependencies.
Run tests before packing and don't build twice.
Diffstat (limited to 'src/wixext')
-rw-r--r--src/wixext/WixToolset.Util.wixext.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj
index 240fbfb3..736a404b 100644
--- a/src/wixext/WixToolset.Util.wixext.csproj
+++ b/src/wixext/WixToolset.Util.wixext.csproj
@@ -9,6 +9,7 @@
9 <Title>WiX Toolset Util Extension</Title> 9 <Title>WiX Toolset Util 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 14
14 <ItemGroup> 15 <ItemGroup>