Skip to content

Commit 7e3e97c

Browse files
authored
Merge pull request #6 from TechnologyEnhancedLearning/Fix/AzureCI
CI update for Azure
2 parents e413e08 + a080bc1 commit 7e3e97c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
- name: Push generated package to GitHub registry
4747
if: startsWith(github.ref, 'refs/tags/v')
4848
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETAPIKEY }}
49+
50+
- name: Push generated package to Azure Feed
51+
if: startsWith(github.ref, 'refs/tags/v')
52+
run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }}

0 commit comments

Comments
 (0)