File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : dotnet nuget add source --username USERNAME --password ${{ secrets.DEVOPSARTIFACT_PAT }} --store-password-in-clear-text --name devopscninnovation ${{ env.ARTIFACTS_URL }}
29
29
30
30
- name : Publish to Azure DevOps Artifacts
31
- run : dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.DEVOPSARTIFACT_PAT }} --source devopscninnovation
31
+ run : dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.DEVOPSARTIFACT_PAT }} --source devopscninnovation --skip-duplicate
32
32
33
33
- name : Publish Symbols package to Azure DevOps Artifacts
34
- run : dotnet nuget push "packages/*.snupkg" --api-key ${{ secrets.DEVOPSARTIFACT_PAT }} --source devopscninnovation
34
+ run : dotnet nuget push "packages/*.snupkg" --api-key ${{ secrets.DEVOPSARTIFACT_PAT }} --source devopscninnovation --skip-duplicate
35
35
You can’t perform that action at this time.
0 commit comments