diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 11:53:44 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch) | |
tree | d8c1f3684b9056d1255d158afe723af1bcad71b8 /src/setup | |
parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip |
Pretty up build output
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/setup.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/setup.cmd b/src/setup/setup.cmd index 28982ad2..2bd82ebd 100644 --- a/src/setup/setup.cmd +++ b/src/setup/setup.cmd | |||
@@ -18,9 +18,9 @@ | |||
18 | @echo Building setup %_C% | 18 | @echo Building setup %_C% |
19 | 19 | ||
20 | :: Build | 20 | :: Build |
21 | msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b | 21 | msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b |
22 | 22 | ||
23 | msbuild -Restore setup.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b | 23 | msbuild -Restore setup.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b |
24 | 24 | ||
25 | :: Publish | 25 | :: Publish |
26 | 26 | ||