From 74529f665a02196bf8ea5d913adce2aaf1be8d2d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 8 Mar 2019 17:40:44 -0500 Subject: [PATCH] swaggergen ci --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 228e8df576..54ce64362c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,7 @@ before_build: build_script: - sh: chmod +x ./build-ci.sh - sh: ./build-ci.sh +#- sh: ASPNETCORE_ENVIRONMENT=Production && swaggerGen=true && dotnet swagger tofile --output swagger.json --host api.bitwarden.com --format Indented bin/Debug/netcoreapp2.1/Api.dll public - cmd: msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" after_build: