Skip to content

Commit adb84d1

Browse files
authored
Fix build signing (#1577)
* Invoke gradle task prepare to generate source, javadoc, pom.jar * Enable explicit signing
1 parent f19e846 commit adb84d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ versioning:
1414
command: '.scripts/version.cmd'
1515
signing_options:
1616
profile: '170'
17+
files_to_sign: 'applicationinsights-agent-*.jar'
18+
search_root: '**/agent/agent/build/libs'
1719
static_analysis_options:
1820
policheck_options:
1921
disable_tool_scan: false

0 commit comments

Comments
 (0)