Skip to content

Commit

Permalink
Merge pull request #7594 from dibarbet/fix_signing_log_upload
Browse files Browse the repository at this point in the history
Actually Fix signing log upload
  • Loading branch information
dibarbet authored Sep 23, 2024
2 parents f702b5b + 0957c10 commit a242323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
PathtoPublish: '$(Build.SourcesDirectory)/vsix'
ArtifactName: 'VSIX_$(channel)'
- task: 1ES.PublishBuildArtifacts@1
condition: succeededOrFailed()
displayName: 'Publish Signing Logs'
inputs:
PathtoPublish: '$(Build.SourcesDirectory)/out/logs'
Expand Down

0 comments on commit a242323

Please sign in to comment.