We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3df614 commit 6597224Copy full SHA for 6597224
eng/pipelines/templates/stages/archetype-sdk-client.yml
@@ -41,6 +41,12 @@ parameters:
41
- name: DevFeedName
42
type: string
43
default: public/azure-sdk-for-python
44
+ - name: PublicFeed
45
+ type: string
46
+ default: 'PyPi'
47
+ - name: PublicPublishEnvironment
48
49
+ default: package-publish
50
- name: TargetDocRepoOwner
51
52
default: MicrosoftDocs
@@ -127,4 +133,5 @@ extends:
127
133
TargetDocRepoOwner: ${{ parameters.TargetDocRepoOwner }}
128
134
TargetDocRepoName: ${{ parameters.TargetDocRepoName }}
129
135
DevFeedName: ${{ parameters.DevFeedName }}
130
-
136
+ PublicFeed: ${{ parameters.PublicFeed }}
137
+ PublicPublishEnvironment: ${{ parameters.PublicPublishEnvironment }}
0 commit comments