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

multiline yml with |

This commit is contained in:
Kyle Spearrin 2019-03-10 22:35:41 -04:00
parent cc7ac08d87
commit 8ca0a7d380

View File

@ -22,10 +22,10 @@ before_build:
build_script:
- sh: chmod +x ./build-ci.sh
- sh: ./build-ci.sh
- ps: >-
- ps: |
msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal `
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- ps: >-
- ps: |
$env:swaggerGen="true"
$env:ASPNETCORE_ENVIRONMENT="Production"
cd .\src\Api; dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `