Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to ESRP V5 #2900

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading