Skip to content

Commit

Permalink
Add skip duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 committed Jun 24, 2021
1 parent ffaab05 commit e1a2b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Build NuGet package
run: dotnet pack -c Release
- name: publish to Azure DevOps Artifacts
run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
- name: publish to NuGet
run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
8 changes: 0 additions & 8 deletions nuget.config

This file was deleted.

0 comments on commit e1a2b70

Please sign in to comment.