Added appveyor artifacts, API key downloading

This commit is contained in:
Jaex 2016-08-26 00:25:12 +03:00
parent 3fc8855412
commit 8a7b83aa4d

View file

@ -6,8 +6,15 @@ configuration:
platform: Any CPU
shallow_clone: true
before_build:
- cmd: nuget restore
- ps: >-
Invoke-WebRequest "$env:APIKeys" -OutFile "ShareX.UploadersLib\APIKeys\APIKeysLocal.cs"
nuget restore
build:
project: ShareX.sln
parallel: true
verbosity: minimal
verbosity: minimal
artifacts:
- path: ShareX\bin\Release
name: Release
- path: ShareX\bin\Debug
name: Debug