diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-02-15 17:15:03 +1100 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-03-03 06:35:56 -0800 |
commit | b710f6e40239f12d1b7ff670c8580a550f0bb557 (patch) | |
tree | db274c7407ebe3770b128fad8b64ce429a35ea2e /src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | |
parent | 22e00b878ffe89ee3134d3d1b42b3d6c777adae8 (diff) | |
download | wix-b710f6e40239f12d1b7ff670c8580a550f0bb557.tar.gz wix-b710f6e40239f12d1b7ff670c8580a550f0bb557.tar.bz2 wix-b710f6e40239f12d1b7ff670c8580a550f0bb557.zip |
Skip Decompile roundtrip test for Msmq (it will require more time
to investigate Wix4Group / Wix6Group decompiler interactions).
Fix up Msmq Util dependency by bringing it into Build explicitly, as per
NetFx extension.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index 88718f98..e7b6f21e 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | |||
@@ -16,7 +16,6 @@ | |||
16 | 16 | ||
17 | <ItemGroup> | 17 | <ItemGroup> |
18 | <ProjectReference Include="..\..\wixext\WixToolset.Msmq.wixext.csproj" /> | 18 | <ProjectReference Include="..\..\wixext\WixToolset.Msmq.wixext.csproj" /> |
19 | <ProjectReference Include="..\..\..\Util\wixext\WixToolset.Util.wixext.csproj" /> | ||
20 | </ItemGroup> | 19 | </ItemGroup> |
21 | 20 | ||
22 | <ItemGroup> | 21 | <ItemGroup> |