1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Push-AppveyorArtifact from ps

This commit is contained in:
Kyle Spearrin 2019-03-10 22:44:58 -04:00
parent 19402c73ea
commit e74195bb30

View File

@ -33,6 +33,7 @@ build_script:
cd ..\..
$env:ASPNETCORE_ENVIRONMENT=""
$env:swaggerGen=""
Push-AppveyorArtifact .\swagger.json
after_build:
- sh: docker logout
@ -40,6 +41,3 @@ after_build:
test_script:
#- sh: dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build
- ps: dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build
artifacts:
- path: swagger.json