Skip to content

Commit 236244b

Browse files
Remove alwaysAuth (Azure#48558)
Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent 33dd12d commit 236244b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
New-Item -Path $parentFolder -ItemType Directory | Out-Null
2222
}
2323
24-
$content = "registry=${{ parameters.registryUrl }}`n`nalways-auth=true"
24+
$content = "registry=${{ parameters.registryUrl }}"
2525
$content | Out-File '${{ parameters.npmrcPath }}'
2626
displayName: 'Create .npmrc'
2727
condition: ${{ parameters.CustomCondition }}

0 commit comments

Comments
 (0)