@@ -152,14 +152,19 @@ stages:
152152 environment : github
153153 dependsOn : PublishPackage
154154 variables :
155- - template : ../variables/globals.yml
155+ CIConfigs : " {'targets':[{'path_to_config':'package.json','mode':'Preview','monikerid':'1'},{'path_to_config':'package.json','mode':'Latest','monikerid':'0'}]}"
156+ skipComponentGovernanceDetection : true
156157 pool :
157158 vmImage : vs2017-win2016
158159 strategy :
159160 runOnce :
160161 deploy :
161162 steps :
162163 - checkout : self
164+ - template : /eng/common/pipelines/templates/steps/get-pr-owners.yml
165+ parameters :
166+ TargetVariable : " OwningGHUser"
167+ ServiceDirectory : ${{parameters.ServiceDirectory}}
163168 - template : /eng/common/pipelines/templates/steps/docs-metadata-release.yml
164169 parameters :
165170 ArtifactLocation : $(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.groupId}}/${{artifact.name}}
@@ -169,10 +174,12 @@ stages:
169174 WorkingDirectory : $(System.DefaultWorkingDirectory)
170175 TargetDocRepoOwner : ${{parameters.TargetDocRepoOwner}}
171176 TargetDocRepoName : ${{parameters.TargetDocRepoName}}
172- PRBranchName : ' smoke-test-rdme '
173- ArtifactName : ${{parameters.ArtifactName }}
177+ PRBranchName : onboarding-${{artifact.name}}-$(Build.BuildId)
178+ ArtifactName : ${{artifact.name }}
174179 Language : ' java'
175180 DocRepoDestinationPath : ' docs-ref-services/'
181+ GHReviewersVariable : ' OwningGHUser'
182+ CIConfigs : $(CIConfigs)
176183
177184 - ${{if ne(artifact.options.skipPublishDocs, 'true')}} :
178185 - deployment : PublishDocs
0 commit comments