cake-vso
cake-vso copied to clipboard
Cake integration for Azure DevOps.
### 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...
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...
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...
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.  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.