forked from mkaring/ConfuserEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
69 lines (57 loc) · 1.32 KB
/
appveyor.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
version: '{build}'
image: Visual Studio 2017
configuration: Release
platform: Any CPU
skip_commits:
files:
- doc/*
- readme.md
- license.md
cache:
- packages -> packet.lock
- paket-files -> packet.lock
- '%USERPROFILE%\.nuget\packages -> packet.lock, global.json'
nuget:
disable_publish_on_pr: true
install:
- cmd: git submodule update --init --recursive
before_build:
- cmd: .paket\paket.exe restore
- cmd: msbuild Confuser2.sln @appveyor_restore.rsp /m
build:
project: Confuser2.sln
verbosity: minimal
parallel: true
artifacts:
- path: Release/bin
name: ConfuserEx
type: zip
- path: Confuser.MSBuild.Tasks/bin/Release/*.nupkg
name: ConfuserEx.MSBuild
for:
-
branches:
except:
- master
build:
publish_nuget: false
on_failure:
- appveyor PushArtifact msbuild.binlog
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/7ff0ea601d40c1b3fcaa
on_build_success: true
on_build_failure: true
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "ConfuserEx $(APPVEYOR_REPO_TAG_NAME) Release"
auth_token:
secure: NTT+Z1zBxbj+w8jroqhYJnI2urxSt0gq3MUmDavUPVKZL+YX4krR4xJQ5OmHYhcG
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: 2eArlJvohLPPZqV6hx7bSjZBY+G4OFCp9VMecUH3YvferKQIqwVoa1BGMWGgDw51
on:
APPVEYOR_REPO_TAG: true