Skip to content

Commit 21f5e92

Browse files
author
Pete Sramek
committed
added --skip-duplicate to dotnet nuget push command for development env
1 parent 5ece143 commit 21f5e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
shell: bash
7272
run: |
7373
dotnet nuget add source ${{ vars.NUGET_PACKAGE_FEED_URL }} --name nuget-feed --username username --password ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }} --store-password-in-clear-text
74-
dotnet nuget push **/*.nupkg --source nuget-feed --api-key ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }}
74+
dotnet nuget push **/*.nupkg --source nuget-feed --api-key ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }} --skip-duplicate
7575
working-directory: ${{ runner.temp }}/${{ env.working-directory }}

0 commit comments

Comments
 (0)