Tags: wwwlicious/cake
Tags
Merge branch 'release/0.34.1' into main * release/0.34.1: (build) Updated version and release notes. (cake-buildGH-2575) Fix dynamic C# issues * fixes use of dynamic with newer versions of Microsoft.CodeAnalysis.CSharp.Scripting * updates Microsoft.CodeAnalysis.CSharp.Scripting to 3.1.0 * fixes cake-build#2575 (build) Updated Cake tool to version 0.34.0
Merge branch 'release/0.34.0' into main * release/0.34.0: (27 commits) Updated version and release notes. add null checks Enhance the Teamcity Provider's PullRequest detection (cake-buildGH-2572) Update build dependencies * Fixes cake-build#2572 (cake-buildGH-2161) Make NuGet.Config path absolute. Added Runtime to DotNetCoreTestSettings and test for it. added missing runtime property and adapted tests Implement the NoImplicitTarget property and extension method to enable opt-out of default target Build. Added tests for the relevant scenarios. (cake-buildGH-2553) Address HttpClient issue on Mono Run integration tests on Travis CI Update SDK & Fix SDK root variable Added HttpClient integration test Added NuGet pack files unit test closes issue cake-build#2157. Rewrite in-proc NuGet and update to NuGet 5.0 GH2536: Additional formatting options for XmlPoke Rename octo.exe to Octo.exe Added new nuspec properties to NuGetPackSettings and implemented related functions. Changes for stable Visual Studio 2019 release * fixes cake-build#2519 (cake-buildGH-2523) Fix Cake.Tool package description * fixes cake-build#2523 ...
Merge branch 'release/0.32.1' into main * release/0.32.1: (build) Updated version and release notes. (cake-buildGH-2426) Fixes Choco pack empty checks * fixes cake-build#2426 (build) Revert to Cake 0.31.0 (build) Add null check for cake path (build) Add uninstall previous Cake version (build) Updated Cake tool to version 0.32.0
Merge branch 'release/0.32.0' into main * release/0.32.0: (26 commits) (build) Updated version and release notes. Added support for MSBuild16. (maint) tabs to spaces Add ResultsDirectory to DotNetCoreVSTestSettings * Improve DotNetCoreVSTest documentation * fixes cake-build#2243 (cake-buildGH-1973) added Products to VSWhereLatestSettings * fixes cake-build#1973 Adds /sm argument to SignTool (cake-buildGH-2337) Fix TFBuildCommand Directory Separator Character (doc) Corrected test method names (cake-buildGH-2419) Add token parameters to GitReleaseManager (cake-buildGH-2420) Added new label alias for GitReleaseManager (cake-buildGH-2410) T4 Global tool support * Adds t4 & t4.exe for tool resolution * Adds Properties & Class to TextTransformSettings * Integration tests for TransformTemplate * Fixes cake-build#2410 (cake-buildGH-2412) Added PublishCodeCoverage overloads (cake-buildGH-2417) Add additional Tool names for GitReleaseManager (build) Update addins&tools,refactor bootstrappers * Switch to Cake.Tool * Update addins & tools, switch to global tools where available * Update to .NET Core SDK 2.1.502 * Rewritten bootstrappers * Reduce Cake & .NET Core SDK verson from 3 to 2 places (global.json, build.ps1, build.sh -> global.json, build.config) * Use Cake standard command line parameters (build.ps1 / build.sh called the same way) * Don't install Cake if same version is installed globally * Don't install .NET Core if same version installed globally * Start utilizing Cake official containers Implement standard zip behavior by default Add an Encoding parameter to TextTransformation.Save GH2294: Add fluent API to enable MSBuild binary logger (cake-buildGH-2403) Use Mono 5.12.0 on Travis * Fixes cake-build#2403 add missing report types Fix nuspec generation when collections are empty instead of null ...
Merge branch 'release/0.31.0' into main * release/0.31.0: (53 commits) (build) Updated version and release notes. (cake-buildGH-2391) Updated to NuGet 4.9.2 client libs * # fixes cake-build#2391 (cake-buildGH-2369) Update Roslyn to 2.10.0 * fixes cake-build#2369 (cake-buildGH-2272) Update NuGet to 4.9.1 (cake-buildGH-2387) Add additional Tool names for GitVersion Fix typo in example add fallback for mono msbuild when managed by homebrew Add ScriptCallerAliases It's → its Fixed typos Add JUnit support for output format to XUnit2Runner Updated integration test SDK to 2.1.500 (cake-buildGH-2358) Use new nuget license format * updates .NET SDK to 2.1.500 * fixes cake-build#2358 add MSBuildSettings.NoLogo (fixes issue cake-build#1976) Enable long path support on Windows 10 [NuGetPack] Don't always overwrite the .nuspec Output default value for IsSelfContained Updated to .NET Core SDK 2.1.403 (cake-buildGH-2350) Reuse package source from NuGet.Config Add guard clauses for UploadArtifactDirectory ...
Merge branch 'release/0.30.0' into main * release/0.30.0: (22 commits) (build) Updated version and release notes. (cake-buildGH-2214) Use Environment.CommandLine directly and remove polyfill. (cake-buildGH-2238) Add repository metadata to NuGet packages Added alias for checking if the current run is a dry run. Execute setup and teardown when dry running script. (cake-buildGH-2233) Documented bootstrap argument (cake-buildGH-2232) Document exclusive argument (cake-buildGH-2234) Removed Mono from CakeOption Add XML comments for CakeTaskExtensions Fix CakeTaskExtensions accessibility (build) Change tool name & fix packaging (build) Added Cake.Tool package to parameters.cake Allow opting out from using working directory. (cake-buildGH-2067) Cake .NET Core Tool package * Updates SDK * Addes Cake.Tool project * Fixes cake-build#2067 * Fixes cake-build#1644 Support for DotCover configuration file added - fixes cake-build#1401 Initialized all tool settings collection properties Failing tests for initialized tool settings collections (cake-buildGH-2207) Update to NuGet 4.7.0 (cake-buildGH-2220) Corrected documentation for InnoSetup alias (doc) Minor modification ...
Merge branch 'release/0.29.0' into main * release/0.29.0: (build) Updated version and release notes. (cake-buildGH-2094) Allow no dependecy exec of single task * fixes cake-build#2094 Change the legacy pattern validation. Do not rely on Uri.TryCreate, use a regex instead. This will fix the absolute path handling issues. Add tests for testing legacy and new patterns with relative and absolute pathes on all platform. (cake-buildGH-2193) Added new maintainers (cake-buildGH-2203) Added Octopus Deploy release promotion * fixes cake-build#2203 (cake-buildGH-2095) NUnit Skip non test assemblies * Add --skipnontestassemblies funcionality to CAKE's NUnit3Settings as it exists in original nunit3 test runner * Fixes cake-build#2095 Initial implementation of PushTestResults and PublishCodeCoverage Add repository metadata element to nuget pack * Fixes cake-build#2167 Made SelfContained a nullable boolean since no setting means it takes the .Net default of true when runtime is included. Added the logic to include false for self contain and test Fixes cake-build#2140 try resolve vstest.console.exe before guessing it Try to find vswhere.exe on the system if the tool is not registered. changed the recommended tool for the WiX package in the documentation (build) Updated Cake tool to version 0.28.1 (cake-buildGH-2188) Corrected link to CLA (build) Updated Cake tool to version 0.28.0
PreviousNext