cake-build / website

:earth_americas: The Cake website: https://cakebuild.net
https://cakebuild.net
MIT License
43 stars 228 forks source link

Add Example in documentation for teamcity powershell runner #605

Open TraGicCode opened 5 years ago

TraGicCode commented 5 years ago

The documentation on how to pass custom arguments to cake should be updated to contain an example of using the TeamCity powershell runner ( build step ). I'm sure i'm not the only one to run into this but if you don't pass custom arguments with a double dash and equals teamcity just will not parse it correctly.

What Page of Documentation to Update?

Either this https://cakebuild.net/docs/fundamentals/args-and-environment-vars or add a new section for running in certain CI Servers.

What made cake work with custom arguments in teamcity?

Script file: Text Box

build.ps1

Script arguments: Text Box

-Target Teamcity -Configuration Release --VersionNumber="%build.number%" --ProGetDeployablesApiKey="%ProGet API Key%" --OctopusApiKey="%Octopus API Key%"

Screenshot

image

devlead commented 5 years ago

Probably best would perhaps be a new page TeamCity page under https://cakebuild.net/docs/build-systems/

TraGicCode commented 5 years ago

Hey @devlead ,

I agree. I actually didn't even see the azure devops one. Technically i think that should have been called azure pipelines. Azure Devops represents azure pipelines + everything else like agile board and azure repos etc. The whole development lifecycle.

Anyways, thanks for the quick response.

mattsalmon commented 4 years ago

@pascalberger Did any work happen on this? It would be a really useful addition to the Cake documentation.

pascalberger commented 3 years ago

@mattsalmon Not yet. This issue (and #1047) are still up for grabs