CoreWiki icon indicating copy to clipboard operation
CoreWiki copied to clipboard

House keeping update Cake & .NET Core SDK

Open devlead opened this issue 6 years ago • 4 comments

  • Cake to 0.31.0
  • .NET SDK 2.1.502
  • .NET Core 2.1.6 LTS Runtime

devlead avatar Dec 17 '18 13:12 devlead

Yaml doesn't seem to be used? image

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 (on separate branch replaced azure-pipelines.yml in root with this one) https://dev.azure.com/devleadse/CoreWiki/_build/results?buildId=45

And there it was all green image

Maybe CoreWIki is now configured using Azure Pipelines UI?

devlead avatar Dec 17 '18 14:12 devlead

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

devlead avatar Dec 17 '18 14:12 devlead

Updated to Cake 0.32.1

devlead avatar Jan 15 '19 15:01 devlead

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

devlead avatar Apr 04 '19 18:04 devlead