We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e413e08 + a080bc1 commit 7e3e97cCopy full SHA for 7e3e97c
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -46,3 +46,7 @@ jobs:
46
- name: Push generated package to GitHub registry
47
if: startsWith(github.ref, 'refs/tags/v')
48
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