-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance CI integration of Cake #4439
Conversation
This doesn't seem to have had an effect, I have an open issue on the tool repo to investigate if I'm doing something wrong. |
I (temporarily) directly added a custom version of the NuGet package which works for Cake 1.0.0, you can see the extra build info at https://dev.azure.com/dotnet/DNN/_build/results?buildId=44680&view=ms.vss-build-web.run-extensions-tab. I don't see that there's enough info in there to worry about integrating this Cake module. My next attempt will be looking at integrating https://cakeissues.net/, which can read MSBuild logs and report issues to the build, as well as to the PR as a comment (if we want that). |
This PR is in a testing state where I'm using manually build DLLs instead of a NuGet package. My change cake-contrib/Cake.BuildSystems.Module#25 was merged, but waiting for a new version to be published first. |
@bdukes is this good to go now or still in testing state? |
…patch-d223ba4 Updates versions as per release candidate creation
This is available to merge now (no rush) |
This PR integrates the Cake tool Cake.BuildSystems.Module:
For Azure DevOps it will provide the following