diff options
Diffstat (limited to 'src/dtf')
-rw-r--r-- | src/dtf/dtf.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dtf/dtf.cmd b/src/dtf/dtf.cmd index 6b55ecfe..d72c803b 100644 --- a/src/dtf/dtf.cmd +++ b/src/dtf/dtf.cmd | |||
@@ -8,9 +8,9 @@ | |||
8 | 8 | ||
9 | @echo Building dtf %_C% | 9 | @echo Building dtf %_C% |
10 | 10 | ||
11 | msbuild -Restore SfxCA\sfxca_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:..\..\build\logs\dtf_sfxca.binlog || exit /b | 11 | msbuild -Restore SfxCA\sfxca_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:..\..\build\logs\dtf_sfxca.binlog || exit /b |
12 | 12 | ||
13 | msbuild -Restore -t:Pack dtf.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:..\..\build\logs\dtf_build.binlog || exit /b | 13 | msbuild -Restore -t:Pack dtf.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:..\..\build\logs\dtf_build.binlog || exit /b |
14 | 14 | ||
15 | @popd | 15 | @popd |
16 | @endlocal | 16 | @endlocal |