Skip to content

Commit fddd78e

Browse files
May HartovMay Hartov
authored andcommitted
Merged PR 605422: fixed pipeline to sign binaries using external_distribution
fixed pipeline to sign binaries using external_distribution profile https://eng.ms/docs/products/onebranch/signing/containerbuildsigning ---- #### AI description (iteration 1) #### PR Classification Bug fix to correct the pipeline configuration for signing binaries. #### PR Summary This pull request updates the pipeline configuration to use the correct signing profile for external distribution. - `.pipelines/OneBranch.Official.yml`: Changed `signing_profile` from `internal_azure_service` to `external_distribution`.
1 parent a7797eb commit fddd78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/OneBranch.Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ extends:
109109
inputs:
110110
command: 'sign'
111111
signing_environment: 'azure-ado'
112-
signing_profile: 'internal_azure_service'
112+
signing_profile: 'external_distribution'
113113
files_to_sign: '**\bin\**\Microsoft.PowerBI.Api.dll;**\obj\**\Microsoft.PowerBI.Api.dll'
114114
search_root: '$(Build.SourcesDirectory)\sdk\PowerBI.Api'
115115

@@ -185,6 +185,6 @@ extends:
185185
inputs:
186186
command: 'sign'
187187
signing_environment: 'azure-ado'
188-
signing_profile: 'internal_azure_service'
188+
signing_profile: 'external_distribution'
189189
files_to_sign: '**'
190190
search_root: '$(OUTPUTROOT)\package'

0 commit comments

Comments
 (0)