Mattias Karlsson
Mattias Karlsson
Benefit of a separate tool from site, is that it wouldn't slow down/take resources from each website build. Also it only needs to run once per version published to NuGet.
@daveaglick agree this is a (real) nice to have, wonder if using something like GitLink could help for nuget binaries? And enabling it only for those that do.
This is a because the extension doesn't compile and execute C#, it uses an Regex to identity tasks https://github.com/cake-build/cake-vscode/blob/develop/package.json#L109
Yaml doesn't seem to be used?  tested azure-pipelines.yml in my fork and https://dev.azure.com/devleadse/CoreWiki/_build/results?buildId=43 it has different steps (fails on a npm issue, that's because missing npm install) Tested pipelines\azure-pipelines-cake.yml...
Added NPM install to the `azure-pipelines.yml` in repo root and now that builds too https://dev.azure.com/devleadse/CoreWiki/_build/results?buildId=48 
Updated to Cake 0.32.1
Updated cake to 0.33.0 and .NET Core SDK 2.1.602 Verified build with https://dev.azure.com/devleadse/CoreWiki/_build/results?buildId=53
targeting net6.0 would be considered out of date in a month though. net7.0 is already out of support, net8.0 is what is LTS.
Sure a PR would be welcome.
@pascalberger your changes have been merged, thanks for your contribution 👍