|
6 | 6 | <packageSources> |
7 | 7 | <!--Clean and just use these sources--> |
8 | 8 | <clear /> |
| 9 | + <!--Local at the top so can override remote feeds--> |
9 | 10 | <!--<add key="TELLocalNugetFeed" value="%TEL_LOCAL_FEED%" />--> |
10 | 11 | <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
11 | | - <add key="TELGitNugetFeed" value="%TEL_GITHUB_FEED%" /> |
12 | | - <add key="TELAzureNugetFeed" value="%TEL_AZURE_FEED%" /> |
| 12 | + <add key="TELGitNugetFeed" value="https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json" /> |
| 13 | + <add key="TELAzureLearningHubNugetFeed" value="https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json" /> |
13 | 14 | </packageSources> |
14 | 15 |
|
15 | 16 | <packageSourceCredentials> |
16 | 17 | <TELGitNugetFeed> |
17 | | - <add key="Username" value="%TEL_GITHUB_USERNAME%" /> |
| 18 | + <add key="Username" value="%TEL_GITHUB_DEVOPS_USERNAME%" /> |
18 | 19 | <!--cleartext for benefit of github actions--> |
19 | | - <add key="ClearTextPassword" value="%TEL_GITHUB_TOKEN%" /> |
| 20 | + <add key="ClearTextPassword" value="%TEL_GITHUB_PACKAGE_READ_PAT%" /> |
20 | 21 | </TELGitNugetFeed> |
21 | 22 |
|
22 | | - <TELAzureNugetFeed> |
23 | | - <!--Instead of windows user account credentials https://dev.azure.com/e-LfH/_usersSettings/tokens--> |
24 | | - <add key="Username" value="%TEL_AZURE_USERNAME%" /> |
| 23 | + <TELAzureLearningHubNugetFeed> |
| 24 | + <add key="Username" value="%TEL_AZURE_DEVOPS_USERNAME%" /> |
25 | 25 | <!--cleartext for benefit of github actions--> |
26 | | - <add key="ClearTextPassword" value="%TEL_AZURE_PAT%" /> |
27 | | - </TELAzureNugetFeed> |
| 26 | + <add key="ClearTextPassword" value="%TEL_AZURE_DEVOPS_PAT%" /> |
| 27 | + </TELAzureLearningHubNugetFeed> |
28 | 28 | </packageSourceCredentials> |
29 | 29 |
|
30 | 30 | <!--Use local package first if not found use remote--> |
|
38 | 38 | <package pattern="*" /> |
39 | 39 | </packageSource> |
40 | 40 |
|
41 | | - <packageSource key="TELAzureNugetFeed"> |
| 41 | + <packageSource key="TELAzureLearningHubNugetFeed"> |
42 | 42 | <package pattern="LearningHub.*" /> |
43 | 43 | </packageSource> |
44 | 44 |
|
|
0 commit comments