-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate deployment to MyGet and NuGet.org #49
Comments
Hi, how close is this ? i could help testing it with a consumable package |
Stupid followup question, i downloaded the src, linked the project R4Mvc, now how do i cfg and run it ? :D |
Meanwhile i'm trying to run it manally, but i get the following error : I'm using Vs 2017, and i have .net core 2.0 preview 2 installed. |
@valeriob getting the package up on MyGet might take a few more weeks (the kids are off at the moment as it's school holidays here in the UK and busy time at the allotments). @artiomchi any tips for running it locally using a custom build? |
Hi @valeriob You shouldn't have to change the env variables to build the project. My guess is that you've installed .NET Core 2.0 Preview 2, while I build it against 1.1. In any case, I'll be making sure that it works when build against 2.0 shortly. Regarding your question about adding it to an existing project, I've set up a MyGet feed against my dev branch, so until we have official alpha builds, you could just use my nightlies in the meantime. You can add the following to your NuGet feeds: https://www.myget.org/F/artiomchi/api/v3/index.json Then reference R4Mvc and R4Mvc.Tools in your web project. |
P.S. If you have any issues with the nightly builds or building the code, please open a new issue so that we can help you. I'd rather we keep the issue discussions on topic :) |
Hi @artiomchi thanks ! |
@kevinkuszyk Once you update the API keys in the yaml file, this issue can be closed too 😄 |
@artiomchi what's your NuGet.org username, so I can add you as an owner of the package? |
@kevinkuszyk it's ArtiomChi, same as here :) Also, thanks for that. That would let me update the release notes after deployments! |
Done. Re. release notes - I usually just add them to the tag in GitHub, and put a link to the GitHub releases page in the |
Follow on from #48.
master
and PRs) should automatically publish to MyGet.master
(i.e. create a release in GitHub) we should automatically publish to NuGet.org.The text was updated successfully, but these errors were encountered: