Pascal Berger
Pascal Berger
I saw that it's missing for the KB2919442 and KB2919355 packages
@riezebosch You might add it and wait for pushing a new version of the package until other changes are made. But in any case upgrading one of the KB packages...
It shouldn't be breaking as you still can pass a `string` afterwards
No, I didn't mean inline HTML. Some examples to clarify: Good: ``` Lorem ipsum dolor sit amet, [consectetur adipiscing] elit. Etiam lectus dui, laoreet eget mauris eget, interdum blandit risus....
@JamieMagee I've a Azure Pipeline containing of a build stage and a deployment stage. ``` stages: - stage: Build jobs: - job: Build steps: - task: [email protected] inputs: packageType: sdk...
One more thing which can be considered with this is to add a way to specify `InstallArguments` in a chocolatey dependency (To allow installation of a dependency like through an...
Related issue https://github.com/cake-build/cake/issues/2852
This is by-design and [documented](https://cakebuild.net/docs/writing-builds/preprocessor-directives#dependencies): > This feature requires Cake to be configured to not use nuget.exe but instead let Cake handle NuGet installation in-process. Any specific reason why you...
@DaveSenn Thanks for being interested in giving this a try 👍 We would like to see some investigations done on this and a PR. Some things to consider: * We're...
> Perhaps a config parameter for controlling the maximum number of simultaneous downloads would be enough to enable/disable the feature in addition to giving flexibility to control its value? That's...