1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

remove old indented option

This commit is contained in:
Kyle Spearrin 2020-01-10 16:11:15 -05:00
parent ffeb2969c1
commit ebfdabebfa

View File

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