Skip to content

Commit

Permalink
Update AppVeyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Feb 9, 2016
1 parent 8284841 commit 42b2cec
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '{build}'
branches:
only:
- master
- develop
- ui-localisation
- translation
os: Visual Studio 2015
configuration: Release
platform: Any CPU
Expand All @@ -22,13 +22,16 @@ before_build:
nuget restore source\KanColleViewer.sln -PackagesDirectory source\packages
build:
project: source\KanColleViewer.sln
publish_nuget: true
publish_nuget: false
verbosity: minimal
artifacts:
- path: source\Grabacr07.KanColleViewer\bin\Release
name: KanColleViewer
deploy:
- provider: NuGet
api_key:
secure: GrOjr849MkxFz3v7VSIvDNd0ZNZDaUTDeHqRF0InDLzMSuFoDmrqiMaKtIz0MxG8
artifact: /KanColle.*\.nupkg/
- provider: FTP
protocol: ftps
host: koumakan.jp
username: $(ftpuser)
password: $(ftppassword)
folder: /
artifact: /KanColleViewer\.zip/

0 comments on commit 42b2cec

Please sign in to comment.