Mattias Karlsson

Results 126 comments of 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? ![image](https://user-images.githubusercontent.com/1647294/50092972-b7078880-020f-11e9-860d-e2567320a57e.png) 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 ![image](https://user-images.githubusercontent.com/1647294/50094779-44e57280-0214-11e9-8dc5-830d0f670926.png)

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 👍