Skip to content

Automatically Installing Dependencies from Workflow #1095

Answered by bruno-f-cruz
jbscherrer asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there is a way to create an "environment". We will probably document this at some point, but check the attached folder for an example. This folder contains 4 important files:

  • Setup.ps1 and Setup.cmd are a set of script files that download a Bonsai release from the official GitHub page. You can change the target release by change the line: https://github.com/bonsai-rx/bonsai/releases/download/2.7/Bonsai.zip for a different release.

  • Nuget.config keeps a record of what remote and local sources of NuGet packages should the package manager look for.

  • Bonsai.config keeps a record of package dependencies.

The last two files always exist in the current Bonsai installation folder and a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jbscherrer
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
2 participants