forked from nathanwoulfe/Plumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
54 lines (46 loc) · 1.37 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
# version format
version: 0.8.2.{build}
image: Visual Studio 2017
cache:
- packages -> **\packages.config
- c:\projects\umbracoworkflow\Workflow\node_modules -> **\packages.json
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX will only be used for Release builds
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
install:
- set PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe;C:\Ruby22\bin;%PATH%
- cmd: gem install sass
- cmd: npm install -g grunt-cli
- cmd: set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
- cmd: set UMBRACO_PACKAGE_MIN_VERSION=7.7.0
- cmd: cd BuildPackage
- cmd: Build.bat
branches:
only:
- master
test: off
build: off
artifacts:
- path: BuildPackage\artifacts\*.nupkg
- path: BuildPackage\artifacts\*.zip
deploy:
- provider: NuGet
server:
api_key:
secure: 0NpBePahJSE05yOwqbFIKfbfEv83bju7OKvYpHH6FeROlps+UjZcoKk7a4ToEHOG
skip_symbols: false
symbol_server:
artifact: /.*\.nupkg/
on:
branch: master
appveyor_repo_tag: true
- provider: GitHub
tag: v0.8.2
release: Release 0.8.2-beta
description: "Fix events"
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
artifact: /.*\.zip/
on:
branch: master
appveyor_repo_tag: true