cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 64 forks source link

Tests for new alias methods cannot run with cake >= 0.26 #59

Closed mbeelman closed 6 years ago

mbeelman commented 6 years ago

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.

devlead commented 6 years ago

Yes noticed the same, you can't fool the new in proc nuget handling😎 think I'll know how to sort it.