Skip to content

Commit

Permalink
Try signing without using the template
Browse files Browse the repository at this point in the history
  • Loading branch information
GangWang01 committed Feb 22, 2024
1 parent 1d58cd4 commit d8f3ec5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ extends:
jobs:
- job: job
templateContext:
mb:
signing:
enabled: true
signType: '$(SignType)'
zipSources: false
outputs:
- output: buildArtifacts
displayName: 'Upload Symbols Artifact'
Expand All @@ -56,6 +51,13 @@ extends:
artifactName: logs
condition: succeededOrFailed()
steps:
- task: MicroBuildSigningPlugin@1
inputs:
signType: '$(SignType)'
zipSources: true
- powershell: |
& tree '$(Build.StagingDirectory)\MicroBuild'
- task: MSBuild@1
displayName: '/t:Pack'
inputs:
Expand Down

0 comments on commit d8f3ec5

Please sign in to comment.