Skip to content

Commit ea73e61

Browse files
Fix variable used in signing (#11361) (#11362)
Co-authored-by: Jacob Viau <[email protected]>
1 parent 0de07c4 commit ea73e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci/templates/official/jobs/build-artifacts-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- template: ci/sign-files.yml@eng
8989
parameters:
9090
displayName: Sign NugetPackages
91-
folderPath: $(nuget_package_path)
91+
folderPath: $(nuget_drop_path)
9292
pattern: '*.nupkg'
9393
signType: nuget
9494

0 commit comments

Comments
 (0)