While writing some additional alias methods for git tags, I detected the issue with the new version of cake 0.26. If the test runs with the previous used version 0.22 all tests passed.
After a rebase to master the test fails because the new alias method could not be found. The version 0.26.1 does not fix this issue.
When the test.cake file is executed, cake restores the Cake_Git package from the configured nuget feeds.
While writing some additional alias methods for git tags, I detected the issue with the new version of cake 0.26. If the test runs with the previous used version 0.22 all tests passed.
After a rebase to master the test fails because the new alias method could not be found. The version 0.26.1 does not fix this issue.
When the test.cake file is executed, cake restores the Cake_Git package from the configured nuget feeds.