Skip to content

Commit 220a436

Browse files
authored
Disable code signing (#1581)
* Disable code signing on Azure DevOps Pipeline * Address project admin Oyster's feedback * Remove pattern
1 parent d598989 commit 220a436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ versioning:
1212
- !!defaultcommand
1313
name: 'Generate Version'
1414
command: '.scripts/version.cmd'
15+
# excluding our source code from being scanned for code sign validation
1516
signing_options:
16-
profile: '170'
17-
codesign_validation_glob_pattern: 'file|**/agent/agent/build/libs/applicationinsights-agent-*.jar'
17+
profile: 'none'
1818
static_analysis_options:
1919
policheck_options:
2020
disable_tool_scan: false

0 commit comments

Comments
 (0)