Skip to content

Commit 44ca971

Browse files
authored
devops: fix AzDO publishing pipeline (#291)
1 parent 37fc156 commit 44ca971

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.azure-pipelines/publish.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,34 @@ extends:
4444
python -m build --outdir $(Build.ArtifactStagingDirectory)/esrp-build pytest-playwright
4545
python -m build --outdir $(Build.ArtifactStagingDirectory)/esrp-build pytest-playwright-asyncio
4646
displayName: 'Install & Build'
47-
- job: Publish
48-
dependsOn: Build
49-
templateContext:
50-
type: releaseJob
51-
isProduction: true
52-
inputs:
53-
- input: pipelineArtifact
54-
artifactName: esrp-build
55-
targetPath: $(Build.ArtifactStagingDirectory)/esrp-build
56-
steps:
57-
- checkout: none
58-
- task: EsrpRelease@9
47+
- job: Publish
48+
dependsOn: Build
49+
templateContext:
50+
type: releaseJob
51+
isProduction: true
5952
inputs:
60-
connectedservicename: 'Playwright-ESRP-PME'
61-
usemanagedidentity: true
62-
keyvaultname: 'playwright-esrp-pme'
63-
signcertname: 'ESRP-Release-Sign'
64-
clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5'
65-
intent: 'PackageDistribution'
66-
contenttype: 'PyPi'
67-
# Keeping it commented out as a workaround for:
68-
# https://portal.microsofticm.com/imp/v3/incidents/incident/499972482/summary
69-
# contentsource: 'folder'
70-
folderlocation: '$(Build.ArtifactStagingDirectory)/esrp-build'
71-
waitforreleasecompletion: true
72-
73-
approvers: '[email protected]'
74-
serviceendpointurl: 'https://api.esrp.microsoft.com'
75-
mainpublisher: 'Playwright'
76-
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
77-
displayName: 'ESRP Release to PIP'
53+
- input: pipelineArtifact
54+
artifactName: esrp-build
55+
targetPath: $(Build.ArtifactStagingDirectory)/esrp-build
56+
steps:
57+
- checkout: none
58+
- task: EsrpRelease@9
59+
inputs:
60+
connectedservicename: 'Playwright-ESRP-PME'
61+
usemanagedidentity: true
62+
keyvaultname: 'playwright-esrp-pme'
63+
signcertname: 'ESRP-Release-Sign'
64+
clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5'
65+
intent: 'PackageDistribution'
66+
contenttype: 'PyPi'
67+
# Keeping it commented out as a workaround for:
68+
# https://portal.microsofticm.com/imp/v3/incidents/incident/499972482/summary
69+
# contentsource: 'folder'
70+
folderlocation: '$(Build.ArtifactStagingDirectory)/esrp-build'
71+
waitforreleasecompletion: true
72+
73+
approvers: '[email protected]'
74+
serviceendpointurl: 'https://api.esrp.microsoft.com'
75+
mainpublisher: 'Playwright'
76+
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
77+
displayName: 'ESRP Release to PIP'

0 commit comments

Comments
 (0)