@@ -81,10 +81,15 @@ jobs:
81
81
solution : " $(solution)"
82
82
configuration : " $(buildConfiguration)"
83
83
84
- - task : SFP.build-tasks.custom-build-task-1. EsrpCodeSigning@2
84
+ - task : EsrpCodeSigning@5
85
85
displayName : " ESRP CodeSigning - Package contents"
86
86
inputs :
87
87
ConnectedServiceName : " WindowsPackageManager ESRP CodeSigning"
88
+ AppRegistrationClientId : ' 32216f16-efc9-4013-9fae-c6a2c54a3fc0'
89
+ AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
90
+ AuthAKVName : ' PeetDevOpsKeyVault'
91
+ AuthCertName : ' ESRPAuth'
92
+ AuthSignCertName : ' ESRPRequestSigning'
88
93
FolderPath : src
89
94
Pattern : |
90
95
*\$(buildConfiguration)\WinGetUtil\WinGetUtil.dll
@@ -161,10 +166,15 @@ jobs:
161
166
packDestination : ' $(Build.ArtifactStagingDirectory)'
162
167
basePath : $(Pipeline.Workspace)
163
168
164
- - task : SFP.build-tasks.custom-build-task-1. EsrpCodeSigning@2
169
+ - task : EsrpCodeSigning@5
165
170
displayName : " ESRP CodeSigning - NuGet package"
166
171
inputs :
167
172
ConnectedServiceName : " WindowsPackageManager ESRP CodeSigning"
173
+ AppRegistrationClientId : ' 32216f16-efc9-4013-9fae-c6a2c54a3fc0'
174
+ AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
175
+ AuthAKVName : ' PeetDevOpsKeyVault'
176
+ AuthCertName : ' ESRPAuth'
177
+ AuthSignCertName : ' ESRPRequestSigning'
168
178
FolderPath : " $(Build.ArtifactStagingDirectory)"
169
179
Pattern : " $(packageName).$(version).nupkg"
170
180
signConfigType : inlineSignParams
@@ -193,11 +203,11 @@ jobs:
193
203
ArtifactName : $(packageName)
194
204
publishLocation : Container
195
205
196
- - task : NuGetCommand@2
197
- displayName : Push WingetUtil nuget package to nuget.org
198
- inputs :
199
- command : push
200
- nuGetFeedType : external
201
- includeNugetOrg : true
202
- packagesToPush : ' $(Build.ArtifactStagingDirectory)\$(packageName).$(version).nupkg'
203
- publishFeedCredentials : " WindowsPackageManagerAzurePipelineNuget - NuGet.org"
206
+ # - task: NuGetCommand@2
207
+ # displayName: Push WingetUtil nuget package to nuget.org
208
+ # inputs:
209
+ # command: push
210
+ # nuGetFeedType: external
211
+ # includeNugetOrg: true
212
+ # packagesToPush: '$(Build.ArtifactStagingDirectory)\$(packageName).$(version).nupkg'
213
+ # publishFeedCredentials: "WindowsPackageManagerAzurePipelineNuget - NuGet.org"
0 commit comments