more control over nightly feeds (#3112)
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -118,11 +118,11 @@ jobs:
|
|||||||
nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL }}
|
nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL }}
|
||||||
|
|
||||||
- name: Push Nightly
|
- name: Push Nightly
|
||||||
if: vars.PUSH_NIGHTLY == 'true'
|
if: vars.PUSH_NIGHTLY_CUSTOM == 'true'
|
||||||
run: nuget push "${{ env.ArtifactStagingDirectory }}/*.nupkg" -Source ${{ vars.NIGHTLY_FEED }}
|
run: nuget push "${{ env.ArtifactStagingDirectory }}/*.nupkg" -Source ${{ vars.NIGHTLY_FEED }}
|
||||||
|
|
||||||
- name: Push Nightly to GitHub Pacakges
|
- name: Push Nightly to GitHub Pacakges
|
||||||
if: vars.PUSH_NIGHTLY == 'true'
|
if: vars.PUSH_NIGHTLY_GITHUB == 'true'
|
||||||
run: nuget push "${{ env.ArtifactStagingDirectory }}/*.nupkg" -Source ${{ env.REPOSITORY_URL }}
|
run: nuget push "${{ env.ArtifactStagingDirectory }}/*.nupkg" -Source ${{ env.REPOSITORY_URL }}
|
||||||
|
|
||||||
- name: Push Release
|
- name: Push Release
|
||||||
|
|||||||
Reference in New Issue
Block a user