aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-03-20 12:09:02 -0400
committerBob Arnson <github@bobs.org>2025-03-20 13:02:06 -0400
commitbf13a0b67dd644eb7d74cb0cfb6876840f73d82b (patch)
treebacd057fa1962aa5f12519991f9cd836d2a0c171 /src/ext/Sql
parent45535e659ea8b58101fe9e8adfa6aa273d2bb544 (diff)
downloadwix-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/Sql')
-rw-r--r--src/ext/Sql/sql_t.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Sql/sql_t.proj b/src/ext/Sql/sql_t.proj
index 97b2c8fd..92c908d2 100644
--- a/src/ext/Sql/sql_t.proj
+++ b/src/ext/Sql/sql_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.Sql\WixToolsetTest.Sql.csproj" /> 6 <ProjectReference Include="test\WixToolsetTest.Sql\WixToolsetTest.Sql.csproj" Targets="Test" />
7 <ProjectReference Include="wixext\WixToolset.Sql.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> 7 <ProjectReference Include="wixext\WixToolset.Sql.wixext.csproj" Targets="Pack" Properties="NoBuild=true" />
8 </ItemGroup> 8 </ItemGroup>
9 9