Skip to content

Commit 5f36de5

Browse files
authored
Set correct folder for nupkg in package signing step (#341)
1 parent 7a19169 commit 5f36de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- template: ci/sign-files.yml@eng
7777
parameters:
7878
displayName: Sign NugetPackages
79-
folderPath: $(build.artifactStagingDirectory)
79+
folderPath: $(pkg_dir)
8080
pattern: '*.nupkg'
8181
signType: nuget

0 commit comments

Comments
 (0)