diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-31 16:20:11 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-01 10:24:08 -0600 |
commit | 5be795c6bcbc03bc37f7cf7c758298ccfaa884ca (patch) | |
tree | f13c40af4a20cfbffaa474e656e145cdda16919e /src/samples | |
parent | 37790ecdc4509d6dd3533933bb9131823f98a0ed (diff) | |
download | wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.gz wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.bz2 wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.zip |
Remove warnings and make sure more don't creep in.
Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
Diffstat (limited to 'src/samples')
-rw-r--r-- | src/samples/samples.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/samples.cmd b/src/samples/samples.cmd index 0321f75e..5d77270e 100644 --- a/src/samples/samples.cmd +++ b/src/samples/samples.cmd | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | nuget restore || exit /b | 13 | nuget restore || exit /b |
14 | 14 | ||
15 | msbuild -t:Build -p:Configuration=%_C% -bl:..\..\build\logs\samples_build.binlog || exit /b | 15 | msbuild -t:Build -p:Configuration=%_C% -nologo -m -warnaserror -bl:..\..\build\logs\samples_build.binlog || exit /b |
16 | 16 | ||
17 | @popd | 17 | @popd |
18 | @endlocal | 18 | @endlocal |