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/tools/tools_t.proj | |
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/tools/tools_t.proj')
-rw-r--r-- | src/tools/tools_t.proj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tools_t.proj b/src/tools/tools_t.proj index 60685ef1..96a0cf2a 100644 --- a/src/tools/tools_t.proj +++ b/src/tools/tools_t.proj | |||
@@ -12,8 +12,8 @@ | |||
12 | <!-- <ProjectReference Include="heat\heat.csproj" /> | 12 | <!-- <ProjectReference Include="heat\heat.csproj" /> |
13 | <ProjectReference Include="WixToolset.HeatTasks\WixToolset.HeatTasks.csproj" /> --> | 13 | <ProjectReference Include="WixToolset.HeatTasks\WixToolset.HeatTasks.csproj" /> --> |
14 | 14 | ||
15 | <ProjectReference Include="test\WixToolsetTest.HeatTasks\WixToolsetTest.HeatTasks.csproj" /> | 15 | <ProjectReference Include="test\WixToolsetTest.HeatTasks\WixToolsetTest.HeatTasks.csproj" Targets="Test" /> |
16 | <ProjectReference Include="test\WixToolsetTest.Heat\WixToolsetTest.Heat.csproj" /> | 16 | <ProjectReference Include="test\WixToolsetTest.Heat\WixToolsetTest.Heat.csproj" Targets="Test" /> |
17 | 17 | ||
18 | <ProjectReference Include="WixToolset.Heat\WixToolset.Heat.csproj" Targets="Pack" /> | 18 | <ProjectReference Include="WixToolset.Heat\WixToolset.Heat.csproj" Targets="Pack" /> |
19 | </ItemGroup> | 19 | </ItemGroup> |