Skip to content

Commit 1a5cd65

Browse files
authored
Only sign the VSIX contents instead of the entire temp directory (#1537)
1 parent 0f3e9f7 commit 1a5cd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/jobs/OneBranchVsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
command: sign
115115
signing_profile: external_distribution
116116
files_to_sign: '**\*.dll'
117-
search_root: '$(Agent.TempDirectory)'
117+
search_root: '$(Agent.TempDirectory)\$(VsixFilename)'
118118

119119
- task: ArchiveFiles@2
120120
displayName: 'Repack signed VSIX contents'

0 commit comments

Comments
 (0)