File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,11 @@ jobs:
156156 working-directory : ./tooling/Scripts/
157157 run : ./PackEachExperiment.ps1 -date ${{ env.VERSION_DATE }}${{ env.VERSION_PROPERTY != '' && format(' -postfix {0}', env.VERSION_PROPERTY) || '' }}
158158
159+ # Push Packages to our DevOps Artifacts Feed
160+ - name : Add source
161+ if : ${{ github.ref == 'refs/heads/main' }}
162+ run : dotnet nuget update source LabsFeed --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }}
163+
159164 # Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config)
160165 - name : Push Pull Request Packages (if not fork)
161166 if : ${{ env.IS_PR == 'true' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' }}
You can’t perform that action at this time.
0 commit comments