Skip to content

Commit 1ed44a9

Browse files
authored
Fix nuget package signing (#60)
1 parent 1877f26 commit 1ed44a9

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pipelines/common-templates/esrp/codesign-nuget.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
parameters:
5-
- name: FolderPath
6-
type: string
7-
default: $(Build.ArtifactStagingDirectory)
8-
- name: Pattern
9-
type: string
10-
default: "*.nupkg"
11-
124
steps:
135
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
146
displayName: "ESRP CodeSigning Nuget Packages"
157
inputs:
168
ConnectedServiceName: "microsoftgraph ESRP CodeSign DLL and NuGet (AKV)"
17-
FolderPath: ${{ parameters.FolderPath }}
18-
Pattern: ${{ parameters.Pattern }}}
9+
FolderPath: "$(Build.ArtifactStagingDirectory)"
10+
Pattern: "*.nupkg"
1911
signConfigType: inlineSignParams
2012
inlineOperation: |
2113
[

0 commit comments

Comments
 (0)