Skip to content

Commit 8e3adf0

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 03ea146 commit 8e3adf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
dotnet-version: 8.0.x
1919

2020
- 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
21+
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
2224
2325
- name: Use NuGet 5.8
2426
uses: nuget/setup-nuget@v1

0 commit comments

Comments
 (0)