Romanx / Cake.Coverlet

Coverlet extensions for Cake Build
MIT License
40 stars 15 forks source link

Cake script failing after directive addin attempts to install Cake.Coverlet package. States 'The assembly name is invalid' #31

Closed R2J2 closed 4 years ago

R2J2 commented 4 years ago

Here are the last entries from my cake script output. Issue started yesterday evening.

The 'addin' directive is attempting to install the 'Cake.Coverlet' 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: The assembly name is invalid.

[error]PowerShell exited with code '1'.

Finishing: Run Cake script

R2J2 commented 4 years ago

Have excluded this addin and the error persists. Guessing it's something else so closing this issue.