You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes is there any particular reason to change that (as the former includes the later)? I have no objections just trying to figure out if anything special happened here.
@matthid It might have been me changing my project to having Fake in the build group rather than the default area, i.e. I was trying to update and move groups at the same time.
With Paket: add prerelease after nuget FAKE in paket.dependencies file then .paket/paket.exe update FAKE, check that paket.lock references FAKE version 5
Should probably we written as
With Paket: add prerelease after nuget FAKE in paket.dependencies file then .paket/paket.exe update FAKE, check that paket.lock references FAKE version 5
The Migration Guide says to issue
.paket/paket.exe update FAKE
it's more likely that you will have to issue
.paket/paket.exe update FAKE --group Build
The text was updated successfully, but these errors were encountered: