Skip to content

Commit

Permalink
Merge branch 'master' of github.com:icarus-consulting/Yaapii.Http
Browse files Browse the repository at this point in the history
  • Loading branch information
MSE1188 committed Aug 26, 2024
2 parents ce28a94 + 2ee45eb commit 138d57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ Task("NuGetFeed")
package,
new NuGetPushSettings {
Source = nuGetSource,
ApiKey = nuGetToken
ApiKey = nuGetToken,
SkipDuplicate = true
}
);
}
Expand Down

0 comments on commit 138d57e

Please sign in to comment.