Skip to content

Commit 5e693cf

Browse files
Use auth-sev-feed.yml (#49871)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
1 parent 0b13a6d commit 5e693cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/pipelines/templates/steps/auth-dev-feed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
# For safety default to publishing to the private feed.
1010
# Publish to https://dev.azure.com/azure-sdk/internal/_packaging?_a=feed&feed=azure-sdk-for-python-pr
1111
$devopsFeedName = 'internal/azure-sdk-for-python-pr'
12-
if ('$(Build.Repository.Name)' -eq 'Azure/azure-sdk-for-python') {
12+
if (-not ('$(Build.Repository.Name)').EndsWith('-pr')) {
1313
# Publish to https://dev.azure.com/azure-sdk/public/_packaging?_a=feed&feed=azure-sdk-for-python
1414
$devopsFeedName = '${{ parameters.DevFeedName }}'
1515
}

0 commit comments

Comments
 (0)