Skip to content

Commit

Permalink
Roll doc owner changes to release/v3 (#13209)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Aug 19, 2020
1 parent f7e040b commit 308b9e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ parameters:
- name: EmulatorStartParameters
type: string
default: ''
- name: TargetDocRepoOwner
type: string
default: MicrosoftDocs
- name: TargetDocRepoName
type: string
default: azure-docs-sdk-python


stages:
- stage: Build
Expand Down Expand Up @@ -65,4 +72,6 @@ stages:
DependsOn: Build
ServiceDirectory: ${{parameters.ServiceDirectory}}
Artifacts: ${{parameters.Artifacts}}
ArtifactName: packages
ArtifactName: packages
TargetDocRepoOwner: ${{parameters.TargetDocRepoOwner}}
TargetDocRepoName: ${{parameters.TargetDocRepoName}}

0 comments on commit 308b9e9

Please sign in to comment.