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:
parent
ffeb2969c1
commit
ebfdabebfa
@ -86,7 +86,7 @@ build_script:
|
||||
$env:swaggerGen = "true"
|
||||
$env:ASPNETCORE_ENVIRONMENT = "Production"
|
||||
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
|
||||
cd ..\..
|
||||
$env:ASPNETCORE_ENVIRONMENT = ""
|
||||
|
Loading…
Reference in New Issue
Block a user