Marine Habitat Classification subsite
website\App_Data\MSSQL_Backup
using the below SQL`EXEC sp_configure 'contained', 1; RECONFIGURE;
RESTORE DATABASE "umbraco-cms" FROM DISK = 'D:\workspace\marine-habitat-classification\website\App_Data\MSSQL_Backup\umbraco-cms_db_20180205.bak';`
microservices\microserviceConnectionStrings.config
contains an entity framework connection string
to your biotope-db database, e.g.`
`
website\umbracoConnectionStrings.config
contains the connection string to your umbraco-cms database, e.g.`
`
You should make sure that your local databases are named as such. These settings and others are altered by the deployment process.
As well as Visual Studio 2017, I installed https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017
Open the Developer Command Prompt for VS2017.
msbuild /p:Configuration=Release /p:RunOctoPack=true /p:OctoPackPackageVersion=0.0.0.0 /p:OctoPackPublishPackageToHttp=http://deployment-srv/nuget/packages /p:OctoPackPublishingApiKey=API-BLAH