<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs/libs.cmd, branch v7.0.0</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v7.0.0</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v7.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-11-02T19:48:43+00:00</updated>
<entry>
<title>Update to .NET 8 to fix build</title>
<updated>2025-11-02T19:48:43+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-10-16T06:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=177c9a8f474346402982034c64e4f8330715cc78'/>
<id>urn:sha1:177c9a8f474346402982034c64e4f8330715cc78</id>
<content type='text'>
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
</content>
</entry>
<entry>
<title>Fix unit tests to account for Actions runners:</title>
<updated>2025-06-12T03:34:42+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-12T02:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c7b981244cfe0dbca2284690bd5091aeda410de0'/>
<id>urn:sha1:c7b981244cfe0dbca2284690bd5091aeda410de0</id>
<content type='text'>
- Handle extra-long paths being normalized to either \\?\\ and "normal."
- Rewrite PathGetTempPathTest test because it's not a good test:
  - By overwriting `TMP` with an extra-long path, it causes
`::GetTempPath[2]W` to fall back to the value of `TEMP` instead.
  - But that's testing `::GetTempPath[2]W`, not `PathGetTempPath`.
  - It also assumes `TMP` and `TEMP` are set typically.
  - It also assumes it's not running as LocalSystem.
  - Instead, just compare the values you get from `::GetTempPathW` and
`PathGetTempPath`.

Fixes https://github.com/wixtoolset/issues/issues/9087
</content>
</entry>
<entry>
<title>Pretty up build output</title>
<updated>2023-12-16T22:32:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-12-06T19:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e'/>
<id>urn:sha1:1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run tests in bulk to improve performance</title>
<updated>2022-10-04T21:23:47+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-03T22:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=21ea5adcc788bbecd81e475277aba927ec66c860'/>
<id>urn:sha1:21ea5adcc788bbecd81e475277aba927ec66c860</id>
<content type='text'>
The fewer executions of "dotnet test" the better so batch up calls
by referencing multiple assembly DLLs.
</content>
</entry>
<entry>
<title>Move WixVersion to new WixToolset.Versioning package in libs segment</title>
<updated>2022-10-04T17:44:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-03T02:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5c509f5611a45bdf9d252b88605537bd28f24a35'/>
<id>urn:sha1:5c509f5611a45bdf9d252b88605537bd28f24a35</id>
<content type='text'>
WixVersion is already used by the Core toolset but could also be
useful for bootstrapper applications parsing bundle versions. The
WixToolset.Data assembly contains a significant amount of data that
bloats its size that bootstrapper applications would never need.
Extracting WixVersion to its own assembly makes it much more
useable.

Fixes 6943
</content>
</entry>
<entry>
<title>Use dotnet test on C++/CLI test projects to get trx logs.</title>
<updated>2022-06-16T21:49:13+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-16T19:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4d94ed9fd1d9cb69337134561c520a24a91b91b2'/>
<id>urn:sha1:4d94ed9fd1d9cb69337134561c520a24a91b91b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build and run x64 dutil tests.</title>
<updated>2022-06-15T23:27:22+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-15T22:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c4090531d4caac4b8cb3356cb971ff2e1c9f8704'/>
<id>urn:sha1:c4090531d4caac4b8cb3356cb971ff2e1c9f8704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upload test results and fail the build if any are missing.</title>
<updated>2022-01-01T16:24:08+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-01T02:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de'/>
<id>urn:sha1:ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de</id>
<content type='text'>
Always zip up the logs from %TEMP%.
</content>
</entry>
<entry>
<title>Remove warnings and make sure more don't creep in.</title>
<updated>2022-01-01T16:24:08+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2021-12-31T22:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5be795c6bcbc03bc37f7cf7c758298ccfaa884ca'/>
<id>urn:sha1:5be795c6bcbc03bc37f7cf7c758298ccfaa884ca</id>
<content type='text'>
Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
</content>
</entry>
<entry>
<title>Build simplification and parallelization</title>
<updated>2021-12-30T16:15:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-12-21T20:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4cd4828e6225a2ff5e81002a7f6f7401570b21c4'/>
<id>urn:sha1:4cd4828e6225a2ff5e81002a7f6f7401570b21c4</id>
<content type='text'>
</content>
</entry>
</feed>
