File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 3
3
4
4
version : 2
5
5
registries :
6
- nuget-github :
6
+ nuget-artifactory :
7
7
type : nuget-feed
8
- url : https://nuget.pkg.github.com/ ccdc-confidential/index.json
9
- username : ${{ secrets.CCDC_GITHUB_NUGET_FEED_USER }}
10
- password : ${{ secrets.CCDC_GITHUB_NUGET_FEED_PAT }}
11
- nuget-public :
8
+ url : https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/v3/ ccdc-nuget
9
+ username : ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
10
+ password : ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
11
+ nuget-azure-devops :
12
12
type : nuget-feed
13
- url : https://api.nuget.org/v3/index.json
13
+ url : https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/v3/index.json
14
+ username : ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_USER }}
15
+ password : ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
14
16
15
- npm-github :
16
- type : npm-registry
17
- url : https://npm.pkg.github.com
18
- username : ${{ secrets.CCDC_GITHUB_NUGET_FEED_USER }}
19
- password : ${{ secrets.CCDC_GITHUB_NUGET_FEED_PAT }}
20
- npm-public :
21
- type : npm-registry
22
- url : https://registry.npmjs.org
17
+ npm-artifactory :
18
+ type : nuget-feed
19
+ url : https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/ccdc-npm-mix/
20
+ username : ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
21
+ password : ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
22
+ npm-azure-devops :
23
+ type : nuget-feed
24
+ url : https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
25
+ username : ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_USER }}
26
+ password : ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
23
27
24
28
updates :
25
29
# Enable version updates for NuGet
You can’t perform that action at this time.
0 commit comments