Make building the clang-tidy VS extension less spammy.
authorZachary Turner <zturner@google.com>
Tue, 4 Oct 2016 21:27:09 +0000 (21:27 +0000)
committerZachary Turner <zturner@google.com>
Tue, 4 Oct 2016 21:27:09 +0000 (21:27 +0000)
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.

llvm-svn: 283261

clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj

index 32fc2d7..bf74717 100644 (file)
     <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(SDKToolsPath)\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent>\r
   </PropertyGroup>\r
   <Target Name="BeforeBuild">\r
-    <Exec ContinueOnError="false" Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot;" />\r
+    <Exec ContinueOnError="false" Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot; -l Summary" />\r
   </Target>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r