diff options
author | Bob Arnson <bob@firegiant.com> | 2025-03-20 12:09:02 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-03-20 13:02:06 -0400 |
commit | bf13a0b67dd644eb7d74cb0cfb6876840f73d82b (patch) | |
tree | bacd057fa1962aa5f12519991f9cd836d2a0c171 /src/ext/Msmq | |
parent | 45535e659ea8b58101fe9e8adfa6aa273d2bb544 (diff) | |
download | wix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.tar.gz wix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.tar.bz2 wix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.zip |
Switch to MSTest built-in Test target.
Prevents test run during VS build and shows failure details on console
(no need to dig into TRX file).
Diffstat (limited to 'src/ext/Msmq')
-rw-r--r-- | src/ext/Msmq/msmq_t.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Msmq/msmq_t.proj b/src/ext/Msmq/msmq_t.proj index 73424370..9eaab92f 100644 --- a/src/ext/Msmq/msmq_t.proj +++ b/src/ext/Msmq/msmq_t.proj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.Build.Traversal"> | 4 | <Project Sdk="Microsoft.Build.Traversal"> |
5 | <ItemGroup> | 5 | <ItemGroup> |
6 | <ProjectReference Include="test\WixToolsetTest.Msmq\WixToolsetTest.Msmq.csproj" /> | 6 | <ProjectReference Include="test\WixToolsetTest.Msmq\WixToolsetTest.Msmq.csproj" Targets="Test" /> |
7 | <ProjectReference Include="wixext\WixToolset.Msmq.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> | 7 | <ProjectReference Include="wixext\WixToolset.Msmq.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> |
8 | </ItemGroup> | 8 | </ItemGroup> |
9 | 9 | ||