5 Building the solution
Badrish Chandramouli редактировал(а) эту страницу 2018-06-18 12:50:21 -07:00
  1. Copy the file src\privatesettings.config.example to src\privatesettings.config. Add your Azure storage account key at the appropriate location in this file. Alternatively, or if you are on .NET core, add an environment variable named AZURE_STORAGE_CONN_STRING with the storage account key as the value.
  2. Open src\CRA.sln in Visual Studio 2017 and build it.