Skip to content

Commit

Permalink
fix variable name for nuget signing path (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
danfiedler-msft authored Jan 8, 2025
1 parent 2d58a08 commit f8ac740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ extends:
AuthAKVName: 'oss-signing-vault'
AuthCertName: 'oss-gadget-auth-cert'
AuthSignCertName: 'oss-gadget-signing-cert'
FolderPath: '$(System.BinariesDirectory)'
FolderPath: '$(Build.BinariesDirectory)'
Pattern: '*.nupkg, *.snupkg'
signConfigType: 'inlineSignParams'
inlineOperation: |
Expand Down

0 comments on commit f8ac740

Please sign in to comment.