Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. fool
    3. Posts

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    F Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: `dotnet nuget push --skip-duplicate` does not work as expected

      The use case is quite simply for re-trying a build after a partial (possibly transient) failure, where multiple artifacts are "uploaded", not just NuGet artifacts.

      The point is you still cannot (and must not) overwrite any NuGet artifacts with a given version, but you can skip them, which makes the build much more flexible.

      posted in Support
      F
      fool
    • `dotnet nuget push --skip-duplicate` does not work as expected

      dotnet nuget push added the --skip-duplicate option:

      When pushing multiple packages to an HTTP(S) server, treats any 409 Conflict response as a warning so that the push can continue. Available since .NET Core 3.1 SDK.

      This works as expected with nuget.org, where trying to push a duplicate package version returns a 409 Conflict and is skipped without breaking the build.

      This does not work with ProGet, probably because this option is fairly new?

      posted in Support
      F
      fool
    • 1 / 1