robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
26 stars 8 forks source link

Figure out NuGet. #12

Closed ThadHouse closed 9 years ago

ThadHouse commented 9 years ago

It would be great to use NuGet to distribute the WPILib. It doesnt seem too difficult, but we would need to figure out how to implement it.

jkoritzinsky commented 9 years ago

How would you feel about creating a MyGet feed for HAL and the WPILib?

ThadHouse commented 9 years ago

Sure that should work. Looks like an easy way to get everything set up.

ThadHouse commented 9 years ago

I got a MyGet feed working, and pushed a few builds to it. Is seems to work pretty good. The feed is located here

https://www.myget.org/F/robotdotnet/api/v2

ThadHouse commented 9 years ago

Done. We have a myget feed for building the code, and an actual nuget feed for hosting the release packages. It was easier just to build release packages and upload them to nuget manually, then to deal with some of the issues in myget. But it still works OK for a build server. Would be nice if it checked pull requests though.