We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ea146 commit 8e3adf0Copy full SHA for 8e3adf0
.github/workflows/continuous-integration-workflow.yml
@@ -18,7 +18,9 @@ jobs:
18
dotnet-version: 8.0.x
19
20
- name: Add Azure artifact
21
- 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
+ run: |
22
+ dotnet nuget remove source LearningHubFeed || true
23
+ 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
24
25
- name: Use NuGet 5.8
26
uses: nuget/setup-nuget@v1
0 commit comments