Skip to content

Commit

Permalink
Fix nuget package signing (#60)
Browse files Browse the repository at this point in the history
jason-dou authored Nov 17, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 1877f26 commit 1ed44a9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pipelines/common-templates/esrp/codesign-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

parameters:
- name: FolderPath
type: string
default: $(Build.ArtifactStagingDirectory)
- name: Pattern
type: string
default: "*.nupkg"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
displayName: "ESRP CodeSigning Nuget Packages"
inputs:
ConnectedServiceName: "microsoftgraph ESRP CodeSign DLL and NuGet (AKV)"
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}}
FolderPath: "$(Build.ArtifactStagingDirectory)"
Pattern: "*.nupkg"
signConfigType: inlineSignParams
inlineOperation: |
[

0 comments on commit 1ed44a9

Please sign in to comment.