Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Get publishing out of VSTS #5

Open
agc93 opened this issue Aug 9, 2017 · 4 comments
Open

Get publishing out of VSTS #5

agc93 opened this issue Aug 9, 2017 · 4 comments

Comments

@agc93
Copy link
Contributor

agc93 commented Aug 9, 2017

At the moment the publish to the npmjs.com/npmjs.org registry happens in a VSTS build on my personal account (throwback from the agc93/generator-cake days).

This should be pulled out of there and moved into somewhere central. Maybe use Travis's built-in publish feature?

@gep13
Copy link

gep13 commented Aug 9, 2017

@agc93 is there any reason that this can't happen within a Cake Build script? Rather than coupling to a Travis function?

@agc93
Copy link
Contributor Author

agc93 commented Aug 9, 2017

Probably not. Essentially just that it doesn't have one yet, so could probably knock up a simple Cake script to call out to Gulp for the important build-y, test-y bits, but then probably use Cake.Npm to publish it?

@gep13
Copy link

gep13 commented Aug 9, 2017

In my opinion, that would be the ideal, but it isn't critical. I just don't like taking a dependency on something if we don't need to.

@agc93
Copy link
Contributor Author

agc93 commented Aug 10, 2017

I'll put it on the to-do list, but might not get back to it until after the templating stuff.

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

No branches or pull requests

2 participants