File tree 5 files changed +962
-1398
lines changed
5 files changed +962
-1398
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
- registries :
3
- npm-azure :
4
- type : npm-registry
5
- url : https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/npm/registry/
6
- username : powershell
7
- password : ${{ secrets.AZURE_NPM_PASSWORD }}
8
2
updates :
9
3
- package-ecosystem : npm
10
4
directory : " /"
11
- registries :
12
- - npm-azure
13
5
labels : [ ]
14
6
schedule :
15
7
interval : weekly
Original file line number Diff line number Diff line change 37
37
uses : actions/setup-dotnet@v4
38
38
with :
39
39
cache : true
40
- cache-dependency-path : PowerShellEditorServices/**/packages.lock.json
40
+ cache-dependency-path : PowerShellEditorServices/**/*.csproj
41
41
global-json-file : PowerShellEditorServices/global.json
42
-
43
- - name : Remove Azure Artifact Feed configurations
44
- shell : pwsh
45
- run : |
46
- Remove-Item -Force .npmrc
47
- Remove-Item test/mocks/BinaryModule/NuGet.Config
48
- Remove-Item ../PowerShellEditorServices/NuGet.Config
49
- working-directory : vscode-powershell
42
+ config-file : PowerShellEditorServices/nuget.config
50
43
51
44
- name : Install PSResources
52
45
shell : pwsh
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
3
; We download from a private feed during the release process
4
- registry = https://pkgs.dev.azure.com/mscodehub/PowerShellCore /_packaging/PowerShellCore_PublicPackages /npm/registry/
4
+ registry = https://pkgs.dev.azure.com/powershell/PowerShell /_packaging/powershell /npm/registry/
5
5
always-auth = true
6
+ ; We want the lockfile to reference the default registry
7
+ replace-registry-host = npmjs
You can’t perform that action at this time.
0 commit comments