diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-06-03 22:20:43 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-06-09 15:38:28 -0400 |
| commit | 318f5300cf4244d6eb440b00278c062f1da56e91 (patch) | |
| tree | a2c16f519e8acfae561920b8e3e20aa2215e3f91 /src/api/api.cmd | |
| parent | a5ec0724f3681bd3076a0b914e6a5f5e09ce1d40 (diff) | |
| download | wix-318f5300cf4244d6eb440b00278c062f1da56e91.tar.gz wix-318f5300cf4244d6eb440b00278c062f1da56e91.tar.bz2 wix-318f5300cf4244d6eb440b00278c062f1da56e91.zip | |
Target VS2026 and .NET 10 for WiX v8.
VS2022/v143 toolsets are no longer required.
Diffstat (limited to 'src/api/api.cmd')
| -rw-r--r-- | src/api/api.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/api.cmd b/src/api/api.cmd index 42ca8567..66b25a65 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd | |||
| @@ -27,8 +27,8 @@ msbuild api_t.proj -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\api_b | |||
| 27 | 27 | ||
| 28 | :: Test | 28 | :: Test |
| 29 | dotnet test ^ | 29 | dotnet test ^ |
| 30 | %_B%\net8.0\WixToolsetTest.Data.dll ^ | 30 | %_B%\net10.0\WixToolsetTest.Data.dll ^ |
| 31 | %_B%\net8.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ | 31 | %_B%\net10.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ |
| 32 | %_B%\x86\BalUtilUnitTest.dll ^ | 32 | %_B%\x86\BalUtilUnitTest.dll ^ |
| 33 | %_B%\x86\BextUtilUnitTest.dll ^ | 33 | %_B%\x86\BextUtilUnitTest.dll ^ |
| 34 | --nologo -l "trx;LogFileName=%_L%\TestResults\api.trx" || exit /b | 34 | --nologo -l "trx;LogFileName=%_L%\TestResults\api.trx" || exit /b |
