We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d6c37 commit 1b66434Copy full SHA for 1b66434
1 file changed
.github/workflows/ContinousIntegration.yml
@@ -22,6 +22,9 @@ jobs:
22
uses: actions/setup-dotnet@v4
23
with:
24
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
28
29
# Restore NuGet packages
30
# Note: If you use a private feed, authentication must be set here separately.
0 commit comments