-
Notifications
You must be signed in to change notification settings - Fork 16
Start supporting Cake v2.0.0-rc0001 #94
Copy link
Copy link
Closed
Description
Cake v2.0.0-rc0001 has been released and the current version of Cake.BuildSystems.Module is incompatible with it.
The error raised is:
The assembly 'Cake.AzurePipelines.Module, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (1.0.0).
For best compatibility it should target Cake.Core version 2.0.0.
The assembly 'Cake.MyGet.Module, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (1.0.0).
For best compatibility it should target Cake.Core version 2.0.0.
The assembly 'Cake.TeamCity.Module, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (1.0.0).
For best compatibility it should target Cake.Core version 2.0.0.
The assembly 'Cake.TravisCI.Module, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (1.0.0).
For best compatibility it should target Cake.Core version 2.0.0.
Error: Method 'add_BeforeSetup' in type 'Cake.AzurePipelines.Module.AzurePipelinesEngine' from assembly 'Cake.AzurePipelines.Module, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
The problem here is that Cake.BuildSystems.Module provides its own implementation of ICakeEngine, which had a breaking change in cake-build/cake#3152.
Reactions are currently unavailable