-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
51 lines (43 loc) · 1.29 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
# version format
version: 2.0.0.{build}
image: Visual Studio 2019
cache:
- c:\projects\preserver\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\2019\BuildTools\MSBuild\15.0\Bin\MSBuild.exe;C:\Ruby22\bin;%PATH%
- cmd: npm install -g gulp-cli
- cmd: set UMBRACO_PACKAGE_MIN_VERSION=8.1.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: 3rS8SSsTr0VHNAkG7ayAvic+yEedX8IIKq9QwaNrtLYDzgpyZJjY1mLuBYDZF0Qj
skip_symbols: false
symbol_server:
artifact: /.*\.nupkg/
on:
branch: master
appveyor_repo_tag: true
- provider: GitHub
tag: v2.0.0
release: Release 2.0.0
description: "Makes it work with Block List, plus a bonus refactor to JS modules"
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
artifact: /.*\.zip/
on:
branch: master
appveyor_repo_tag: true