Skip to content

Commit d434dea

Browse files
committed
Fixed missing nuget source config
1 parent 9929509 commit d434dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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]' }}

0 commit comments

Comments
 (0)