Skip to content
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

Create the nupkg file automatically #8

Open
briandfoy opened this issue May 3, 2017 · 0 comments
Open

Create the nupkg file automatically #8

briandfoy opened this issue May 3, 2017 · 0 comments

Comments

@briandfoy
Copy link
Owner

briandfoy commented May 3, 2017

Or, do whatever choco pack does but without choco. My actual goal is to be able to do things directly from a Unix environment, or at least my Mac. My particular problem is that I'm not on Windows and I start a VM to work with that. I'd like to have something that doesn't require a VM.

choco will run on Mono, so a solution might be to merely install Mono.

Or, maybe I can release directly from AppVeyor if things change (#3), and release from there? I'd need much better testing for that. And, I could update from anything, push to GitHub, and AppVeyor takes over. I'd have to expose my Chocolatey API key though, and that's not so good.

If I wanted to skip all that, the NuPkg format is just a zip file:

But, then I'd need to reverse engineer the push protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant