RepoZ icon indicating copy to clipboard operation
RepoZ copied to clipboard

build.ps1 failing with "Failed to install addin Cake.FileHelpers"

Open twomm opened this issue 3 years ago • 0 comments

Hi,

I am trying to build the current master version with build.ps1 on Windows 10 (PS 7.2.1).

However getting mentioned error. Seems like this is the version that has been added to the tools\Addins dir: Cake.FileHelpers.5.0.0

First time using cake so please forgive me if I am missing something obvious.

❯ .\build.ps1 Preparing to run build script... Running build script... The 'tool' directive is attempting to install the 'nsis' package without specifying a package version number. More information on this can be found at https://cakebuild.net/docs/writing-builds/reproducible-builds/ 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/running-builds/configuration/) The 'tool' directive is attempting to install the 'OpenCover' package without specifying a package version number. More information on this can be found at https://cakebuild.net/docs/writing-builds/reproducible-builds/ 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/running-builds/configuration/) The 'tool' directive is attempting to install the 'NUnit.ConsoleRunner' package without specifying a package version number. More information on this can be found at https://cakebuild.net/docs/writing-builds/reproducible-builds/ 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/running-builds/configuration/) The 'addin' directive is attempting to install the 'Cake.FileHelpers' package without specifying a package version number. More information on this can be found at https://cakebuild.net/docs/writing-builds/reproducible-builds/ 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/running-builds/configuration/) Error: Failed to install addin 'Cake.FileHelpers'.

twomm avatar Feb 20 '22 11:02 twomm