-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Migrate to VSTS #1613
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
Migrate to VSTS #1613
Conversation
|
Is it possible to make Cake skip build target if they are not installed in the environment? Downloading 25 Gb or build tools to be able to work with the solution may be not the easy way for the newcomers. Also, tests are using only net461 target, I guess due to WPF stuff, so this is not necessary to run the test suite. |
|
@ElijahReva can you please open a proposal over at http://github.com/reactiveui/rfcs - that's an aspect that needs to get better. It will need a lot of engineering effort tho. It's something I would like to see us do in time. |
|
@onovotny I'm happy to merge this when you are. Use gitcommits as release notes for now. If you self-merge please use the |
|
@ghuntley I could do this but I have not enough expertise in the cross-plat area. For example, my idea is just to use Have no idea how it could be done using |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
housekeeping
What is the current behavior? (You can also link to an open issue here)
We use Cake+GitReleaseManager+GitVersion with AppVeyor to do CI/CD
What is the new behavior (if this is a feature change)?
All CD responsibilities have been 🔥 from Cake. We now use GitNerdVersion. We use VSTS for build and CI/CD.