Skip to content

Commit

Permalink
Revert "disabled setup signing (#1082)" (#1189)
Browse files Browse the repository at this point in the history
This reverts commit 1e4dde0.
  • Loading branch information
majastrz authored Dec 18, 2020
1 parent c940a23 commit bacb1a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pipelines/Bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ steps:
projects: ./src/installer-win/installer.proj
arguments: '--configuration $(BuildConfiguration)'

# - task: onebranch.pipeline.signing@1
# displayName: Sign Windows Setup
# inputs:
# command: 'sign'
# signing_profile: 'external_distribution'
# files_to_sign: '**/*.exe'
# search_root: '$(Build.SourcesDirectory)/src/installer-win/bin/release/net46/'
- task: onebranch.pipeline.signing@1
displayName: Sign Windows Setup
inputs:
command: 'sign'
signing_profile: 'external_distribution'
files_to_sign: '**/*.exe'
search_root: '$(Build.SourcesDirectory)/src/installer-win/bin/release/net46/'

- task: CopyFiles@2
displayName: Copy Windows Setup to output
Expand Down

0 comments on commit bacb1a9

Please sign in to comment.