awaescher / RepoZ

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
MIT License
1.01k stars 91 forks source link

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

Open twomm opened 2 years ago

twomm commented 2 years ago

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'.