-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (31 loc) · 786 Bytes
/
appveyor.yml
File metadata and controls
34 lines (31 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: '{build}'
branches:
only:
- master
- develop
os: Visual Studio 2015
configuration: Release
platform: Any CPU
init:
- cmd: git config --global core.autocrlf true
environment:
PATH: C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
nuget:
disable_publish_on_pr: true
before_build:
- cmd: >-
git submodule init
git submodule update
nuget restore source\KanColleViewer.sln -PackagesDirectory source\packages
build:
project: source\KanColleViewer.sln
publish_nuget: true
verbosity: minimal
artifacts:
- path: source\Grabacr07.KanColleViewer\bin\Release
name: KanColleViewer
deploy:
- provider: NuGet
api_key:
secure: GrOjr849MkxFz3v7VSIvDNd0ZNZDaUTDeHqRF0InDLzMSuFoDmrqiMaKtIz0MxG8
artifact: /KanColle.*\.nupkg/