From 5be795c6bcbc03bc37f7cf7c758298ccfaa884ca Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 31 Dec 2021 16:20:11 -0600 Subject: 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. --- src/samples/samples.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/samples') 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 @@ nuget restore || exit /b -msbuild -t:Build -p:Configuration=%_C% -bl:..\..\build\logs\samples_build.binlog || exit /b +msbuild -t:Build -p:Configuration=%_C% -nologo -m -warnaserror -bl:..\..\build\logs\samples_build.binlog || exit /b @popd @endlocal -- cgit v1.2.3-55-g6feb