Skip to content

Commit 39400e7

Browse files
authored
Updating SFP.build-tasks.custom-build-task-1.EsrpCodeSigning from v1 to v2 (#626)
1 parent 283193a commit 39400e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
test\**\Microsoft.NET.Sdk.Functions.Generator.Tests.csproj
4040
test\**\Microsoft.NET.Sdk.Functions.MSBuild.Tests.csproj
4141
test\**\Microsoft.NET.Sdk.Functions.EndToEnd.Tests.csproj
42-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
42+
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
4343
displayName: 'ESRP CodeSigning'
4444
inputs:
4545
ConnectedServiceName: 'ESRP Service'
@@ -86,7 +86,7 @@ steps:
8686
"ToolVersion": "1.0"
8787
}
8888
]
89-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
89+
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
9090
displayName: 'ESRP CodeSigning: Third party'
9191
inputs:
9292
ConnectedServiceName: 'ESRP Service'
@@ -128,7 +128,7 @@ steps:
128128
arguments: '--no-build -c Release -o artifacts'
129129
projects: |
130130
**\Microsoft.Net.Sdk.Functions.csproj
131-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
131+
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
132132
displayName: 'ESRP CodeSigning: Nupkg'
133133
inputs:
134134
ConnectedServiceName: 'ESRP Service'

0 commit comments

Comments
 (0)