We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d598989 commit 220a436Copy full SHA for 220a436
.pipelines/pipeline.user.windows.yml
@@ -12,9 +12,9 @@ versioning:
12
- !!defaultcommand
13
name: 'Generate Version'
14
command: '.scripts/version.cmd'
15
+# excluding our source code from being scanned for code sign validation
16
signing_options:
- profile: '170'
17
- codesign_validation_glob_pattern: 'file|**/agent/agent/build/libs/applicationinsights-agent-*.jar'
+ profile: 'none'
18
static_analysis_options:
19
policheck_options:
20
disable_tool_scan: false
0 commit comments