Skip to content

Commit 1b66434

Browse files
Update ContinousIntegration.yml
1 parent b7d6c37 commit 1b66434

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ContinousIntegration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: '8.0.x'
25+
26+
- name: Add Azure artifact
27+
run: dotnet nuget add source 'https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json' --name 'LearningHubFeed' --username 'kevin.whittaker' --password ${{ secrets.AZURE_DEVOPS_PAT }} --store-password-in-clear-text
2528

2629
# Restore NuGet packages
2730
# Note: If you use a private feed, authentication must be set here separately.

0 commit comments

Comments
 (0)