Skip to content

Commit d3f4840

Browse files
committed
Merged PR 921147: Update powerbi-javascript-npm-release.yml for Azure Pipelines
Related work items: #2022623
1 parent 22b0de4 commit d3f4840

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.pipelines/powerbi-javascript-npm-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ extends:
7777

7878
- stage: Prod_Approval
7979
displayName: Approval Service
80+
trigger: manual
8081
dependsOn: []
8182
variables:
8283
ob_release_environment: Production
@@ -91,14 +92,14 @@ extends:
9192
ob_sdl_cg_failOnAlert: false
9293
ob_sdl_publishLogs_enabled: true
9394
ob_release_usedeploymentjob: true
94-
ob_deploymentjob_environment: Prod_PowerBIJavascript_NPM
95-
ob_release_environment: production
95+
ob_deploymentjob_environment: R2D-Approval
96+
ob_release_environment: Production
9697

9798
- stage: Release_External
9899
displayName: Release NPM external
99100
dependsOn: [Prod_Approval]
100-
condition: succeeded()
101-
101+
variables:
102+
ob_release_environment: Production
102103
jobs:
103104
- job: PublishToNPMExternal
104105
displayName: Publish to NPM External
@@ -131,7 +132,7 @@ extends:
131132
contentsource: 'Folder'
132133
folderlocation: '$(Pipeline.Workspace)\PublishedNpmArtifact\outputs\package\tgz-package'
133134
waitforreleasecompletion: true
134-
owners: 'alihamud@microsoft.com'
135+
owners: 'alonyeshurun@microsoft.com'
135136
approvers: 'alonyeshurun@microsoft.com'
136137
serviceendpointurl: 'https://api.esrp.microsoft.com'
137138
mainpublisher: 'ESRPRELPACMAN'

0 commit comments

Comments
 (0)