File tree 3 files changed +3
-18
lines changed
3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
1
; We use Dependabot to update our packages, so we want to add without a prefix
2
2
save-exact = true
3
+ ; We download from a private feed during the release process
4
+ registry = https://pkgs.dev.azure.com/powershell-rel/PowerShellEditorServices/_packaging/PSESFeed/npm/registry/
5
+ always-auth = true
Original file line number Diff line number Diff line change @@ -56,15 +56,6 @@ steps:
56
56
inputs :
57
57
version : 18.x
58
58
59
- - task : PowerShell@2
60
- displayName : Add private NPM registry
61
- inputs :
62
- targetType : inline
63
- pwsh : true
64
- script : |
65
- Add-Content .npmrc "always-auth=true"
66
- Add-Content .npmrc "registry=https://pkgs.dev.azure.com/powershell-rel/PowerShellEditorServices/_packaging/PSESFeed/npm/registry/"
67
-
68
59
- task : npmAuthenticate@0
69
60
inputs :
70
61
workingFile : $(Build.SourcesDirectory)/vscode-powershell/.npmrc
Original file line number Diff line number Diff line change 5
5
artifact : vscode-powershell
6
6
displayName : Download signed artifacts
7
7
8
- - task : PowerShell@2
9
- displayName : Add private NPM registry
10
- inputs :
11
- targetType : inline
12
- pwsh : true
13
- script : |
14
- Add-Content .npmrc "always-auth=true"
15
- Add-Content .npmrc "registry=https://pkgs.dev.azure.com/powershell-rel/PowerShellEditorServices/_packaging/PSESFeed/npm/registry/"
16
-
17
8
- task : npmAuthenticate@0
18
9
inputs :
19
10
workingFile : .npmrc
You can’t perform that action at this time.
0 commit comments