libgit2 / libgit2sharp.nativebinaries

MIT License
28 stars 62 forks source link

Add script to create the NuGet package from the online build artifacts #23

Closed nulltoken closed 8 years ago

nulltoken commented 8 years ago

Fix #22

PowerShell not being my forte, I'd be really grateful for an early feedback

/cc @bording @dahlbyk

nulltoken commented 8 years ago

Ok. I'm done for the first pass. This downloads the build artifacts and create the final NuGet packaged to be pushed.

This is (still) very crude but does the job (to my best knowledge).

Thoughts?

/cc @ethomson @carlosmn

bording commented 8 years ago

I know you just merged this in, but I just wanted to say that I finally had some time to check it out and it looks good to me!

The only thing that you could do is add -NoPackageAnalysis to the nuget.exe call to avoid it displaying the "Assembly outside lib folder" warnings.

nulltoken commented 8 years ago

@bording Thanks for the feedback :heart:

27 should fix this.