cake-vso icon indicating copy to clipboard operation
cake-vso copied to clipboard

Cake integration for Azure DevOps.

Results 8 cake-vso issues
Sort by recently updated
recently updated
newest added

### What You Are Seeing? verbosity set to Diagnostic and overriding task configured setting, even though system.debug = false. ### What is Expected? if System.Debug is **not set** to 'true',...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) to 0.8.5 and updates ancestor dependency [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib). These dependencies need to be updated together. Updates `shelljs` from 0.3.0 to 0.8.5 Release notes Sourced from shelljs's releases. v0.8.5 This...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.5 and updates ancestor dependency [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.0.5 Commits 707e1b2 3.0.5 a8763f4 Improve redos protection, add...

dependencies

As Microsoft explains [here ](https://docs.microsoft.com/en-us/azure/devops/release-notes/2020/pipelines/sprint-177-update#updating-node-in-the-azure-pipelines-agent) the pipelines are being moved to Node 10. The hints in the pipeline also already appear. ![image](https://user-images.githubusercontent.com/22403655/143952587-a86bb5c8-b685-46c9-9062-2a5a019e59bb.png) A guide for the changeover can be found...

### What You Are Seeing? I have a repository, containing a `cake.config` file with the content: ```ini [Paths] Tools=./.cake ``` ### What is Expected? I would expect the `cake.config` to...

Same as https://github.com/cake-build/cake-action/issues/26: > Many now pin their Cake version using a .NET tool manifest, would be great if one could opt-in so the task could utilize the manifest too.