diff --git a/pipelines/common-templates/esrp/codesign-nuget.yml b/pipelines/common-templates/esrp/codesign-nuget.yml index 728f71b..28ee5a8 100644 --- a/pipelines/common-templates/esrp/codesign-nuget.yml +++ b/pipelines/common-templates/esrp/codesign-nuget.yml @@ -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: | [