diff --git a/.appveyor.yml b/.appveyor.yml index c8e1b0d..a534757 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,4 +36,4 @@ build_script: set msbuild_exe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" - echo . | %msbuild_exe% callable_traits.sln /p:Configuration=Debug /p:Platform=Win32 /t:clean /t:"ALL_BUILD" /v:n /nologo + echo . | %msbuild_exe% callable_traits.sln /p:Configuration=Debug /p:Platform=Win32 /t:"check" /t /v:n /nologo