@@ -134,18 +134,16 @@ jobs:
134
134
inputs :
135
135
SourceFolder : ' $(build.sourcesdirectory)'
136
136
Contents : |
137
- **/AutoGen*.dll
138
- **/Microsoft.AutoGen.*.dll
137
+ **/bin/**/ AutoGen*.dll
138
+ **/bin/**/ Microsoft.AutoGen.*.dll
139
139
TargetFolder : ' $(build.artifactstagingdirectory)\codesign'
140
140
CleanTargetFolder : true
141
141
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
142
- displayName : ' Codesign: ESRP CodeSigning'
142
+ displayName : ' Codesign: ESRP CodeSigning (dlls) '
143
143
inputs :
144
144
ConnectedServiceName : ' AI Frontiers ESRP'
145
145
AppRegistrationClientId : ' c1e7a5c0-ee6b-4cec-9e11-4dc3f4670042'
146
146
AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346'
147
- # EsrpClientId: '7129dd35-ad94-49a9-98c7-eb4cf3cd36a9'
148
- # UseMSIAuthentication: true
149
147
AuthAKVName : ' aif-autogen-esrp-kv'
150
148
AuthCertName : ' AIF-PME-InfrastructureAuth'
151
149
AuthSignCertName : ' AutoGenPublishESRPPKI' # this variable is only needed for codesign
@@ -222,12 +220,10 @@ jobs:
222
220
ConnectedServiceName : ' AI Frontiers ESRP'
223
221
AppRegistrationClientId : ' c1e7a5c0-ee6b-4cec-9e11-4dc3f4670042'
224
222
AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346'
225
- EsrpClientId : ' 7129dd35-ad94-49a9-98c7-eb4cf3cd36a9'
226
- UseMSIAuthentication : true
227
223
AuthAKVName : ' aif-autogen-esrp-kv'
228
- # AuthCertName: 'AutoGenPublishESRPPKI '
224
+ AuthCertName : ' AIF-PME-InfrastructureAuth '
229
225
AuthSignCertName : ' AutoGenPublishESRPPKI' # this variable is only needed for codesign
230
- FolderPath : ' $(build.sourcesdirectory)/Artifacts /${{parameters.build_configuration}}'
226
+ FolderPath : ' $(build.sourcesdirectory)/dotnet/artifacts/package /${{parameters.build_configuration}}'
231
227
Pattern : ' *.nupkg'
232
228
signConfigType : inlineSignParams
233
229
inlineOperation : |
0 commit comments