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

Add Template build-configurations for CI systems from documentation #328

Open
nils-a opened this issue Feb 6, 2021 · 0 comments
Open

Add Template build-configurations for CI systems from documentation #328

nils-a opened this issue Feb 6, 2021 · 0 comments

Comments

@nils-a
Copy link

nils-a commented Feb 6, 2021

Cake.Recipe has default/example build configurations for CI systems. It should be possible to add a default build configuration using this plugin.

Expected Behavior

  • open command palette -> Cake.Recipe: Add default AppVeyor build configuration
  • open command palette -> Cake.Recipe: Add default Azure DevOps build configuration
  • open command palette -> Cake.Recipe: Add default GitHub Actions build configuration
  • open command palette -> Cake.Recipe: Add default Travis CI build configuration

Current Behavior

Build configurations must be searched, then copy/pasted into a new file.

Possible Solution

Maybe it could be possible to move the current sample configurations out of the markdown and into independent files.
Those files could then be includeed back in the documentation and, additionally be the source of the operations above.

Context

Since I am lazy, I don't open the Cake.Recipe documentation to copy/paste the default build configurations, but rather I copy "some" configuration out of another project. This might lead to problems if the source of my copy process had some individualities that I forgot about.

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

No branches or pull requests

1 participant