Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Add Skip Duplicate for Azure Artifacts feed
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Sep 21, 2020
1 parent 797a521 commit f528fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Tasks/PublishAzureArtifacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public override void Run(Context context)
{
context.NuGetPush(file, new NuGetPushSettings {
Source = context.AzureArtifactsSourceName,
ApiKey = "az"
ApiKey = "az",
SkipDuplicate = true
});
}
}
Expand Down

0 comments on commit f528fe8

Please sign in to comment.