1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-06 12:12:18 -05:00

formatting

This commit is contained in:
Kyle Spearrin 2019-03-13 10:30:41 -04:00
parent fc422d9458
commit 7d4e051862

View File

@ -69,7 +69,8 @@ build_script:
$env:swaggerGen = "true" $env:swaggerGen = "true"
$env:ASPNETCORE_ENVIRONMENT = "Production" $env:ASPNETCORE_ENVIRONMENT = "Production"
cd .\src\Api; dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented ` cd .\src\Api
dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `
.\bin\Debug\netcoreapp2.1\Api.dll public .\bin\Debug\netcoreapp2.1\Api.dll public
cd ..\.. cd ..\..
$env:ASPNETCORE_ENVIRONMENT = "" $env:ASPNETCORE_ENVIRONMENT = ""