Author: zturner Date: Tue Oct 4 16:27:09 2016 New Revision: 283261 URL: http://llvm.org/viewvc/llvm-project?rev=283261&view=rev Log: Make building the clang-tidy VS extension less spammy.
The package that strong name signs the 3rd party references spams a ton of output to the log, making the build really ugly. Make this quiet. Modified: clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/ClangTidy.csproj Modified: clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/ClangTidy.csproj URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/ClangTidy.csproj?rev=283261&r1=283260&r2=283261&view=diff ============================================================================== --- clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/ClangTidy.csproj (original) +++ clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/ClangTidy.csproj Tue Oct 4 16:27:09 2016 @@ -257,7 +257,7 @@ <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(SDKToolsPath)\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent> </PropertyGroup> <Target Name="BeforeBuild"> - <Exec ContinueOnError="false" Command=""..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe" -in "..\packages"" /> + <Exec ContinueOnError="false" Command=""..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe" -in "..\packages" -l Summary" /> </Target> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits