Skip to content

Commit

Permalink
Merge branch 'dev' into WeeklyApiRefresh/202408131218
Browse files Browse the repository at this point in the history
  • Loading branch information
timayabi2020 authored Aug 14, 2024
2 parents ff94d07 + 3c509d1 commit 7104629
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/codesign-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: "*.nupkg"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP NuGet CodeSigning
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: Federated DevX ESRP Managed Identity Connection
AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8
AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2
AuthAKVName: akv-prod-eastus
AuthCertName: ReferenceLibraryPrivateCert
AuthSignCertName: ReferencePackagePublisherCertificate
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand All @@ -36,3 +41,6 @@ steps:
}
]
SessionTimeout: 20
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: ".*.dll"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP DLL CodeSigning
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: 'Federated DevX ESRP Managed Identity Connection'
AppRegistrationClientId: '65035b7f-7357-4f29-bf25-c5ee5c3949f8'
AppRegistrationTenantId: 'cdc5aeea-15c5-4db6-b079-fcadd2505dc2'
AuthAKVName: 'akv-prod-eastus'
AuthCertName: 'ReferenceLibraryPrivateCert'
AuthSignCertName: 'ReferencePackagePublisherCertificate'
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand Down Expand Up @@ -57,3 +62,6 @@ steps:
}
]
SessionTimeout: 160
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5
12 changes: 10 additions & 2 deletions .azure-pipelines/common-templates/esrp/strongname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ parameters:
default: ".*.dll"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP DLL Strong Name
enabled: true
inputs:
ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
ConnectedServiceName: Federated DevX ESRP Managed Identity Connection
AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8
AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2
AuthAKVName: akv-prod-eastus
AuthCertName: ReferenceLibraryPrivateCert
AuthSignCertName: ReferencePackagePublisherCertificate
FolderPath: ${{ parameters.FolderPath }}
Pattern: ${{ parameters.Pattern }}
signConfigType: inlineSignParams
Expand All @@ -36,3 +41,6 @@ steps:
}
]
SessionTimeout: 20
MaxConcurrency: 50
MaxRetryAttempts: 5
PendingAnalysisWaitTimeoutMinutes: 5

0 comments on commit 7104629

Please sign in to comment.