Skip to content

Commit e465209

Browse files
authored
Merge branch 'main' into assistant-agent-handoff
2 parents 1e65988 + 0363388 commit e465209

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.azure/pipelines/templates/build.yaml

+5-9
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,16 @@ jobs:
134134
inputs:
135135
SourceFolder: '$(build.sourcesdirectory)'
136136
Contents: |
137-
**/AutoGen*.dll
138-
**/Microsoft.AutoGen.*.dll
137+
**/bin/**/AutoGen*.dll
138+
**/bin/**/Microsoft.AutoGen.*.dll
139139
TargetFolder: '$(build.artifactstagingdirectory)\codesign'
140140
CleanTargetFolder: true
141141
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
142-
displayName: 'Codesign: ESRP CodeSigning'
142+
displayName: 'Codesign: ESRP CodeSigning (dlls)'
143143
inputs:
144144
ConnectedServiceName: 'AI Frontiers ESRP'
145145
AppRegistrationClientId: 'c1e7a5c0-ee6b-4cec-9e11-4dc3f4670042'
146146
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
147-
#EsrpClientId: '7129dd35-ad94-49a9-98c7-eb4cf3cd36a9'
148-
#UseMSIAuthentication: true
149147
AuthAKVName: 'aif-autogen-esrp-kv'
150148
AuthCertName: 'AIF-PME-InfrastructureAuth'
151149
AuthSignCertName: 'AutoGenPublishESRPPKI' # this variable is only needed for codesign
@@ -222,12 +220,10 @@ jobs:
222220
ConnectedServiceName: 'AI Frontiers ESRP'
223221
AppRegistrationClientId: 'c1e7a5c0-ee6b-4cec-9e11-4dc3f4670042'
224222
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
225-
EsrpClientId: '7129dd35-ad94-49a9-98c7-eb4cf3cd36a9'
226-
UseMSIAuthentication: true
227223
AuthAKVName: 'aif-autogen-esrp-kv'
228-
#AuthCertName: 'AutoGenPublishESRPPKI'
224+
AuthCertName: 'AIF-PME-InfrastructureAuth'
229225
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}}'
231227
Pattern: '*.nupkg'
232228
signConfigType: inlineSignParams
233229
inlineOperation: |

0 commit comments

Comments
 (0)