Skip to content

Can't install dependencies to build a project #4117

Answered by devlead
catap asked this question in Q&A
Discussion options

You must be logged in to vote

I would suggest doing something like
giacomelli/GeneticSharp@master...devlead:GeneticSharp:feature/caketool

Then it's just

  1. git clone https://github.com/giacomelli/GeneticSharp.git
  2. cd GeneticSharp
  3. dotnet tool restore
  4. dotnet cake

similar to described here
https://cakebuild.net/docs/getting-started/setting-up-a-new-scripting-project

The old bootstrappers are no longer needed.

Looks the the AppVeyor build already utilize Cake.Tool

https://github.com/giacomelli/GeneticSharp/blob/e15ee828db3663bcdd0362b5e18620bedf220384/appveyor.yml#L17

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@augustoproiete
Comment options

Answer selected by augustoproiete
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4116 on February 15, 2023 13:29.