Skip to content

Commit beda631

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 03d41a6 commit beda631

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
@@ -76,7 +76,9 @@ jobs:
7676
dotnet-version: 8.0.x
7777

7878
- name: Add Azure artifact
79-
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
79+
run: |
80+
dotnet nuget remove source LearningHubFeed || true
81+
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
8082
8183
- name: Use Node 20 with Yarn
8284
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)