Skip to content

Commit

Permalink
Updating SFP.build-tasks.custom-build-task-1.EsrpCodeSigning from v1 …
Browse files Browse the repository at this point in the history
…to v2 (#626)
  • Loading branch information
kshyju committed Jan 26, 2024
1 parent 283193a commit 39400e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -39,7 +39,7 @@ steps:
test\**\Microsoft.NET.Sdk.Functions.Generator.Tests.csproj
test\**\Microsoft.NET.Sdk.Functions.MSBuild.Tests.csproj
test\**\Microsoft.NET.Sdk.Functions.EndToEnd.Tests.csproj
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'ESRP CodeSigning'
inputs:
ConnectedServiceName: 'ESRP Service'
Expand Down Expand Up @@ -86,7 +86,7 @@ steps:
"ToolVersion": "1.0"
}
]
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'ESRP CodeSigning: Third party'
inputs:
ConnectedServiceName: 'ESRP Service'
Expand Down Expand Up @@ -128,7 +128,7 @@ steps:
arguments: '--no-build -c Release -o artifacts'
projects: |
**\Microsoft.Net.Sdk.Functions.csproj
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'ESRP CodeSigning: Nupkg'
inputs:
ConnectedServiceName: 'ESRP Service'
Expand Down

0 comments on commit 39400e7

Please sign in to comment.