cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 78 forks source link

Set CAKE_PATHS_TOOLS environment variable in build.ps1 #81

Closed LorianColtof closed 3 years ago

LorianColtof commented 4 years ago

If you changed $TOOLS_DIR into something else then addins would still be installed in the tools directory. Setting this environment variable makes sure that Cake.exe also uses the right tools directory.

pascalberger commented 3 years ago

We did some maintenance work on this repo which included removing of the develop branch which closed this PR.

@LorianColtof Please create a new PR targeting master so that we can have a look at it.