54
54
Copy-Item .\setup\InstallerChecks.dll -Destination $Env:RepoArtifacts/
55
55
Copy-Item .\setup\Microsoft.Deployment.WindowsInstaller.dll -Destination $Env:RepoArtifacts/
56
56
displayName: 'Before Signing'
57
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
57
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
58
58
displayName : ' Sign Dll [Authenticode + Strong Name]'
59
59
inputs :
60
60
ConnectedServiceName : ' ESRP Signing Service'
@@ -111,7 +111,7 @@ jobs:
111
111
}
112
112
]
113
113
114
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
114
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
115
115
displayName : ' Sign Scripts [Authenticode]'
116
116
inputs :
117
117
ConnectedServiceName : ' ESRP Signing Service'
@@ -147,7 +147,7 @@ jobs:
147
147
}
148
148
]
149
149
150
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
150
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
151
151
displayName : ' Sign 3rd Party [Strong Name]'
152
152
inputs :
153
153
ConnectedServiceName : ' ESRP Signing Service'
@@ -173,7 +173,7 @@ jobs:
173
173
}
174
174
]
175
175
176
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
176
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
177
177
displayName : ' Sign 3rd Party [Authenticode]'
178
178
inputs :
179
179
ConnectedServiceName : ' ESRP Signing Service'
@@ -236,7 +236,7 @@ jobs:
236
236
- script : ' "%wix%\sdk\MakeSfxCA.exe" "%cd%\setup\InstallerChecks.CA.dll" "%cd%\setup\SfxCA.dll" "%cd%\setup\InstallerChecks.dll" "%cd%\setup\Microsoft.Deployment.WindowsInstaller.dll;%cd%\setup\InstallerChecks\InstallerChecks\CustomAction.config"'
237
237
displayName : ' Generate InstallerCheck.CA.dll'
238
238
239
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
239
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
240
240
displayName : ' Sign Installercheck.CA.dll [Authenticode]'
241
241
inputs :
242
242
ConnectedServiceName : ' ESRP Signing Service'
@@ -309,7 +309,7 @@ jobs:
309
309
displayName : ' Expand modules'
310
310
condition : and(succeeded(), ne(variables['SignPsd1'], 'false'))
311
311
312
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
312
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
313
313
displayName : ' Psd1 Signing [Authenticode]'
314
314
inputs :
315
315
ConnectedServiceName : ' ESRP Signing Service'
@@ -360,7 +360,7 @@ jobs:
360
360
Unregister-PSRepository -Name MSIcreationrepository
361
361
displayName: 'Build Installer'
362
362
363
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
363
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@4
364
364
displayName : ' Installer Signing [Authenticode]'
365
365
inputs :
366
366
ConnectedServiceName : ' ESRP Signing Service'
0 commit comments