We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1877f26 commit 1ed44a9Copy full SHA for 1ed44a9
1 file changed
pipelines/common-templates/esrp/codesign-nuget.yml
@@ -1,21 +1,13 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-parameters:
5
- - name: FolderPath
6
- type: string
7
- default: $(Build.ArtifactStagingDirectory)
8
- - name: Pattern
9
10
- default: "*.nupkg"
11
-
12
steps:
13
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
14
displayName: "ESRP CodeSigning Nuget Packages"
15
inputs:
16
ConnectedServiceName: "microsoftgraph ESRP CodeSign DLL and NuGet (AKV)"
17
- FolderPath: ${{ parameters.FolderPath }}
18
- Pattern: ${{ parameters.Pattern }}}
+ FolderPath: "$(Build.ArtifactStagingDirectory)"
+ Pattern: "*.nupkg"
19
signConfigType: inlineSignParams
20
inlineOperation: |
21
[
0 commit comments