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/NetFx | |
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/NetFx')
-rw-r--r-- | src/ext/NetFx/netfx_t.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/NetFx/netfx_t.proj b/src/ext/NetFx/netfx_t.proj index 3301dc8a..1c1b8a61 100644 --- a/src/ext/NetFx/netfx_t.proj +++ b/src/ext/NetFx/netfx_t.proj | |||
@@ -4,7 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.Build.Traversal"> | 4 | <Project Sdk="Microsoft.Build.Traversal"> |
5 | <ItemGroup> | 5 | <ItemGroup> |
6 | <ProjectReference Include="wixlib\netfx.wixproj" /> | 6 | <ProjectReference Include="wixlib\netfx.wixproj" /> |
7 | <ProjectReference Include="test\WixToolsetTest.Netfx\WixToolsetTest.Netfx.csproj" /> | 7 | <ProjectReference Include="test\WixToolsetTest.Netfx\WixToolsetTest.Netfx.csproj" Targets="Test" /> |
8 | <ProjectReference Include="wixext\WixToolset.Netfx.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> | 8 | <ProjectReference Include="wixext\WixToolset.Netfx.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> |
9 | </ItemGroup> | 9 | </ItemGroup> |
10 | 10 | ||