Skip to content

Commit f376ffc

Browse files
committed
Fixing issues with MessageQueueProcessor_deploy_dev.yml
1 parent 30c0746 commit f376ffc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/MessageQueueProcessor_deploy_dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
with:
6666
dotnet-version: '8.0.x'
6767

68+
- name: Add Azure artifact
69+
run: dotnet nuget add source 'https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json' --name 'LearningHubFeed' --username 'colin.beeby' --password ${{ secrets.AZURE_DEVOPS_PAT }} --store-password-in-clear-text
70+
6871
- name: Restore dependencies
6972
run: |
7073
cd LearningHub.Nhs.MessageQueueProcessor

0 commit comments

Comments
 (0)