mirror of
https://github.com/bitwarden/server.git
synced 2025-05-06 04:02:15 -05:00
formatting
This commit is contained in:
parent
fc422d9458
commit
7d4e051862
11
appveyor.yml
11
appveyor.yml
@ -67,13 +67,14 @@ build_script:
|
|||||||
msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal `
|
msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal `
|
||||||
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
$env:swaggerGen="true"
|
$env:swaggerGen = "true"
|
||||||
$env:ASPNETCORE_ENVIRONMENT="Production"
|
$env:ASPNETCORE_ENVIRONMENT = "Production"
|
||||||
cd .\src\Api; dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `
|
cd .\src\Api
|
||||||
|
dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `
|
||||||
.\bin\Debug\netcoreapp2.1\Api.dll public
|
.\bin\Debug\netcoreapp2.1\Api.dll public
|
||||||
cd ..\..
|
cd ..\..
|
||||||
$env:ASPNETCORE_ENVIRONMENT=""
|
$env:ASPNETCORE_ENVIRONMENT = ""
|
||||||
$env:swaggerGen=""
|
$env:swaggerGen = ""
|
||||||
Push-AppveyorArtifact .\swagger.json
|
Push-AppveyorArtifact .\swagger.json
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user