diff options
author | Bob Arnson <bob@firegiant.com> | 2025-02-14 22:29:39 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-03-03 14:25:07 -0500 |
commit | ca6e44d496b0c589fdaabad69a00643f539c47cd (patch) | |
tree | edf84727cecfc03092a2851b465d97622c5048eb /src/wix.runsettings | |
parent | ba7fd5837ea149b2e319cc577fad27ce1162a064 (diff) | |
download | wix-ca6e44d496b0c589fdaabad69a00643f539c47cd.tar.gz wix-ca6e44d496b0c589fdaabad69a00643f539c47cd.tar.bz2 wix-ca6e44d496b0c589fdaabad69a00643f539c47cd.zip |
Convert ext\ to MSTest and traversal projects.
- Move ext\ unit tests to MSTest.
- MSBuildify ext projects with MSTest execution.
- Fork test support projects for MSTest:
- WixInternal.TestSupport
- WixInternal.Core.TestPackage
Diffstat (limited to 'src/wix.runsettings')
-rw-r--r-- | src/wix.runsettings | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wix.runsettings b/src/wix.runsettings new file mode 100644 index 00000000..97e4acda --- /dev/null +++ b/src/wix.runsettings | |||
@@ -0,0 +1,7 @@ | |||
1 | <RunSettings> | ||
2 | <MSTest> | ||
3 | <Parallelize> | ||
4 | <Scope>MethodLevel</Scope> | ||
5 | </Parallelize> | ||
6 | </MSTest> | ||
7 | </RunSettings> | ||