Code Monkey home page Code Monkey logo

cake.wyam.recipe's Introduction

Cake.Wyam.Recipe

cake.wyam.recipe's People

Contributors

gep13 avatar m-zuber avatar pascalberger avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

cake.wyam.recipe's Issues

Initial Version

Should support:

  • Wyam Preview
  • Wyam Build
  • Publishing to GitHub

Add possibility to pass additional assembly files to Wyam

For Cake.Prca.Website I would require that additional assembly files can be passed to the Wyam settings:

Wyam(new WyamSettings
{
    Settings = new Dictionary<string, object>
    {
        { "AssemblyFiles",  "PathToSomeAdditionalAssemblies"},
    }
});

Allow specifying name of master and develop branch

Right now, the concept of what is the master branch and what is the develop branch is hard-coded into the Wyam Recipe. Normally, this "just" works, and there isn't a need to change this. However, in the case of a recent repository, the master branch is actually named source. This is due to the fact that the branch named master is actually the production branch where the generated files are stored. Since it isn't possible to change the name of the master branch, we need the ability to make this flexible within the recipe.

Consume KuduSync Tool from Azure Artifacts

This recipe currently consumes the KuduSync Tool from a MyGet feed. This is necessary since this open PR has yet to be merged.

There was a recent outage on MyGet, for almost 2 days, which has led us to wonder whether this service is going to continue to be offered. With this in mind, we should switch to consuming the tool from an Azure Artifacts feed, and instead, continue to try to get the linked PR merged, so that the tool can be consumed from NuGet directly.

Add support for Cake 1.0.0

This will allow folks to use Cake.Wyam.Recipe whilst building with Cake 1.0.0, rather than having to use 0.38.5.

Would it be possible to use the Cake Contrib Icon for your NuGet Package?

Thanks again for creating this Cake Addin, we really appreciate the effort that you have put in to creating it.

We, the Cake Team, recently announced a new Cake Contrib Icon, details of which can be found here:

http://cakebuild.net/blog/2017/06/new-cake-contrib-icon

Would you consider changing the nuspec file for your NuGet Package to use this new Cake Contrib Icon? If so, the recommended URL to use is:

https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png

Details of the above URL can be found in the repository here:

https://github.com/cake-contrib/graphics

Please let me know if you have any questions.

Remove usage of Cake.Figlet

The ability to use Figlet now exists directly within Cake itself, via Spectre.Console, so there is no need to use an external addin to provide this.

Add ability to use .Net Global Tools

When running under .Net Core, we should default to using the .Net Global Tool versions of the tools that are being used, for example Wyam, and KuduSync.

Remove GitVersion

The version calculated by GitVersion doesn't seem to be used except for debug output.

Consume KuduSync tool from Azure Artifacts

This recipe currently consumes the KuduSync Tool from a MyGet feed. This is necessary since this open PR has yet to be merged.

There was a recent outage on MyGet, for almost 2 days, which has led us to wonder whether this service is going to continue to be offered. With this in mind, we should switch to consuming the tool from an Azure Artifacts feed, and instead, continue to try to get the linked PR merged, so that the tool can be consumed from NuGet directly.

Consume KuduSync Tool from Azure Artifacts

This recipe currently consumes the KuduSync Tool from a MyGet feed. This is necessary since this open PR has yet to be merged.

There was a recent outage on MyGet, for almost 2 days, which has led us to wonder whether this service is going to continue to be offered. With this in mind, we should switch to consuming the tool from an Azure Artifacts feed, and instead, continue to try to get the linked PR merged, so that the tool can be consumed from NuGet directly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.