Build and run Setup project

I would like to tweak the setup script a little bit but I’m relatively new to .NET so I struggle to run the Setup project in Visual Studio.

@kspearrin How do you run the Setup project in your dev environment? Do you use docker commands or do you run the scripts in the script folder?

1 Like

It’s just a console app. You have to pass parameters to it like the installer scripts do. See https://github.com/bitwarden/core/blob/master/scripts/run.sh#L97