summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
index 32fc2d7fdff..bf74717c66a 100644
--- a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
+++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
@@ -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="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot;" />
+ <Exec ContinueOnError="false" Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot; -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.
OpenPOWER on IntegriCloud