You can run all of the supported databases through docker:
cd insight-docker
.\docker-env.bat # windows
source ./docker-env.sh # non-windows
docker-compose up
It takes a while the first time, so wait until all of the databases boot up fully.
NOTE: docker-env
will set the INSIGHT_TEST_HOST
and INSIGHT_TEST_PASSWORD
environment variables. You'll need them
for any process that is running the tests and needs to connect to the database.
Use: ./build.sh
[default] builds everything
-t tests everything
-p packages everything
- Update the version number in SharedConfiguration.csproj.
- Use
git tag <version>
to mark the changeset. build package
to make the build.git push --tags
to push the tags to the server.