When I try to build I getting the follow error. Why Cake doesn't build my project?
What should I do? Does anyone know what need to do?
The 'addin' directive is attempting to install the 'Cake.Powershell' package
without specifying a package version number.
More information on this can be found at https://cakebuild.net/docs/tutorials/pinning-cake-version
It's not recommended, but you can explicitly override this warning
by configuring the Skip Package Version Check setting to true
(i.e. command line parameter "--settings_skippackageversioncheck=true",
environment variable "CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK=true",
read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)
Error: One or more errors occurred.
Object reference not set to an instance of an object.
Process terminated with code 1.
Cake: https://cakebuild.net/