Skip to content

Commit

Permalink
feat: dotnet publish re-entrant
Browse files Browse the repository at this point in the history
Use --skip-duplicate to allow the job to be retried
  • Loading branch information
bruno-garcia authored Nov 24, 2024
1 parent bd4ea46 commit 5a55633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/nuget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class NugetTarget extends BaseTarget {
'--api-key',
'${NUGET_API_TOKEN}',
'--source',
'--skip-duplicate',
this.nugetConfig.serverUrl,
]);
}
Expand Down

0 comments on commit 5a55633

Please sign in to comment.