Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3cdfe979 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Disable .Net Assembly Analyzer for dependency-check.

parent 911c65dd
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,8 @@
<configuration>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
<!-- Disable .Net Assembly Analyzer -->
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
</configuration>
<executions>
<execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment