From ebfdabebfa65bff0ef5987a8000b915f0bb8bac9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 10 Jan 2020 16:11:15 -0500 Subject: [PATCH] remove old indented option --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 573a364d7..7981595e4 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 = ""