Jesse Houwing
Jesse Houwing
### What would you like Renovate to be able to do? Currently Renovate only updates the built-in tasks supplied by Microsoft and ignores any task that's installed through the Azure...
## Changes Adds support for Azure DevOps Marketplace Fetches marketplace data from https://github.com/jessehouwing/renovate-azure-devops-marketplace which refreshes daily ## Context Renovate currently doesn't support the non-built-in tasks. My own security research shows...
### What would you like Renovate to be able to do? Renovate has support for Azure-DevOps built-in tasks and the Azure DevOps Marketplace's public tasks. But it doesn't support tasks...
When using both `DefaultValueHandling.Ignore` and `NullValueHandling.Ignore`, the field is serialized ### Source/destination types ```csharp public class Test { public int? IgnoresNull = null; public int? IgnoreZeroPlease = 0; } ```...
**Is your feature request related to a problem? Please describe.** Azure Pipelines must be one of the key platforms on which `az devops` is employed. Azure Pipelines sets a number...
**Is your feature request related to a problem? Please describe.** When calling `az devops login` for the very first time, it installs pythons keyring package. For some reason that's not...
The Azure DevOps CLI has a way to redirect the config and the cache directory to a different location. In most code paths it's enough to only redirect the CONFIG...
**Describe the bug** when running `gh net` the cli is trying to download the latest release from the github/gh-net repo. To do so it passes the access token that the...
**Summary of the new feature** When you call `get-content file.json | convertfrom-json`, funny things happen when `file.json` contains a comment at the top of the file. Multiple places suggest that...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions?ref=jessehouwing.net&tool=powershell#environment-files ### What part(s)...