cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 78 forks source link

Create TeamCity Metarunner for Bootstrapper #86

Closed DTTerastar closed 3 years ago

DTTerastar commented 4 years ago

I'm not sure exactly where this should go, but an official TeamCity metarunner would definitely help the community. This is built to exactly use the boostrapper.ps1 unmodified.

dnfadmin commented 4 years ago

CLA assistant check
All CLA requirements met.

pascalberger commented 4 years ago

Another point: While historically there was just a single runner for Cake (cake.exe built on top of .NET Framework) existed, since quite some time there are different runners (see https://cakebuild.net/docs/running-builds/runners/). While we currently still support Cake runner for .NET Framework, going forward we will recommend to use .NET Tool.

I'm more than happy to give the meta runner at https://github.com/cake-build/cake-teamcity some love to bring it up to date for current .NET Framework runner and also make it more visible by addin to website. In the future demand probably might be more for a .NET Tool version.

pascalberger commented 3 years ago

We did some maintenance work on this repo which included removing of the develop branch which closed this PR.

@DTTerastar Are you still interested in updating the TeamCity meta-runner. In this case please create a new PR in the https://github.com/cake-build/cake-teamcity repo.