website
website copied to clipboard
Add Example in documentation for teamcity powershell runner
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
Probably best would perhaps be a new page TeamCity page under https://cakebuild.net/docs/build-systems/
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.
@pascalberger Did any work happen on this? It would be a really useful addition to the Cake documentation.
@mattsalmon Not yet. This issue (and #1047) are still up for grabs