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 03d41a6 commit beda631Copy full SHA for beda631
.github/workflows/continuous-integration-workflow.yml
@@ -76,7 +76,9 @@ jobs:
76
dotnet-version: 8.0.x
77
78
- 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
+ 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
82
83
- name: Use Node 20 with Yarn
84
uses: actions/setup-node@v4
0 commit comments