File tree Expand file tree Collapse file tree
eng/common/pipelines/templates/steps Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ parameters:
1010 - name : ServiceConnection
1111 type : string
1212 default : ' '
13- - name : SkipAuthentication
14- type : boolean
15- default : false
1613
1714steps :
1815- pwsh : |
@@ -29,10 +26,9 @@ steps:
2926 displayName : ' Create .npmrc'
3027 condition : ${{ parameters.CustomCondition }}
3128
32- - ${{ if not(parameters.SkipAuthentication) }} :
33- - task : npmAuthenticate@0
34- displayName : Authenticate .npmrc
35- condition : ${{ parameters.CustomCondition }}
36- inputs :
37- workingFile : ${{ parameters.npmrcPath }}
38- azureDevOpsServiceConnection : ${{ parameters.ServiceConnection }}
29+ - task : npmAuthenticate@0
30+ displayName : Authenticate .npmrc
31+ condition : ${{ parameters.CustomCondition }}
32+ inputs :
33+ workingFile : ${{ parameters.npmrcPath }}
34+ azureDevOpsServiceConnection : ${{ parameters.ServiceConnection }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments