Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
twomm opened this issue Feb 20, 2022 · 0 comments
Open

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

twomm opened this issue Feb 20, 2022 · 0 comments

Comments

@twomm
Copy link

twomm commented Feb 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant