sandialabs / Gulliver

Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
Apache License 2.0
15 stars 3 forks source link

[Bug] Releasing to NuGet from Azure DevOps fails #38

Closed ahsteele closed 4 years ago

ahsteele commented 4 years ago

Describe the bug

When going through the release process the .snupkg file fails to upload to NuGet

Expected behavior

I expect to be able to deploy w/o issue.

Example of how to Reproduce

See my most recent release from Azure DevOps: https://dev.azure.com/sandianationallabs/Gulliver/_releaseProgress?_a=release-pipeline-progress&releaseId=1

rheone commented 4 years ago

The theory is that a never version of NuGet may fix this issue, but I don't know where @nicksterx got with this. For whatever reason .snupkg aren't handled well, even by the GitHub actions.

ahsteele commented 4 years ago

I think this is now related to #41 and can probably be tied to the fix there. Does that make sense to you @nicksterx?

nicksterx commented 4 years ago

Yeah that makes sense

nicksterx commented 4 years ago

This has been resolved.