mirror of
https://github.com/bitwarden/server.git
synced 2025-07-14 06:07:36 -05:00
remove old indented option
This commit is contained in:
@ -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 = ""
|
||||||
|
Reference in New Issue
Block a user