diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:06:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:12:35 -0700 |
| commit | 90157a3799acc06ba094b9c445e50f459f3fd194 (patch) | |
| tree | 6967e73759f32738750bfadc35158187896edbb5 /src/libs/libs.cmd | |
| parent | 064d58584d57ed8fa45d8f3f570a253a0490561b (diff) | |
| download | wix-90157a3799acc06ba094b9c445e50f459f3fd194.tar.gz wix-90157a3799acc06ba094b9c445e50f459f3fd194.tar.bz2 wix-90157a3799acc06ba094b9c445e50f459f3fd194.zip | |
Update to .NET 8 to fix build
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
Diffstat (limited to 'src/libs/libs.cmd')
| -rw-r--r-- | src/libs/libs.cmd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/libs.cmd b/src/libs/libs.cmd index acf5ff55..97d2490b 100644 --- a/src/libs/libs.cmd +++ b/src/libs/libs.cmd | |||
| @@ -21,9 +21,10 @@ | |||
| 21 | 21 | ||
| 22 | msbuild -Restore libs_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\libs_build.binlog || exit /b | 22 | msbuild -Restore libs_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\libs_build.binlog || exit /b |
| 23 | 23 | ||
| 24 | @rem Optional blame switches for tracking down hangs: --blame-hang-timeout 1min --blame-hang-dump-type mini | ||
| 24 | dotnet test ^ | 25 | dotnet test ^ |
| 25 | --results-directory %_L%\TestResults --blame-hang-timeout 1min --blame-hang-dump-type mini -l:"console;verbosity=detailed" ^ | 26 | --results-directory %_L%\TestResults -l:"console;verbosity=detailed" ^ |
| 26 | %_B%\net6.0\WixToolsetTest.Versioning.dll ^ | 27 | %_B%\net8.0\WixToolsetTest.Versioning.dll ^ |
| 27 | %_B%\x86\DUtilUnitTest.dll ^ | 28 | %_B%\x86\DUtilUnitTest.dll ^ |
| 28 | %_B%\x64\DUtilUnitTest.dll ^ | 29 | %_B%\x64\DUtilUnitTest.dll ^ |
| 29 | --nologo -l "trx;LogFileName=%_L%\TestResults\libs.trx" || exit /b | 30 | --nologo -l "trx;LogFileName=%_L%\TestResults\libs.trx" || exit /b |
