1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-03 23:51:21 +01:00

swaggergen ci

This commit is contained in:
Kyle Spearrin 2019-03-08 17:40:44 -05:00
parent 3c9b2ef2f5
commit 74529f665a

View File

@ -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: