Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Catch NuGet Push 409 status #37

Closed null511 closed 6 years ago

null511 commented 6 years ago

Catches the HttpRequestException to determine if a 409: Package already exists error occurred, allowing the script to continue without throwing an exception.