diff --git a/appveyor.yml b/appveyor.yml index 573a364d76..7981595e44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 = ""