-
Notifications
You must be signed in to change notification settings - Fork 18
/
appveyor.yml
41 lines (34 loc) · 1 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
# version format
version: 1.0.4.{build}
# Do not build on tags
skip_tags: true
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX will only be used for Release builds (alpha, beta, etc)
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
init:
- cmd: set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 0) x64
install:
- cmd: npm -g install npm@latest
- cmd: set PATH=%APPDATA%\npm;%PATH%
- cmd: node --version
- cmd: npm --version
- cmd: npm install -g grunt-cli
build_script:
- cd BuildPackage
- Build.bat
artifacts:
- path: BuildPackage\Package\*.nupkg
- path: BuildPackage\Package\*.zip
deploy:
- provider: NuGet
server: https://www.myget.org/F/youtube-umbraco/
api_key:
secure: 2eRaWWs9xOh/21IoVhykZKWQEIrvWPcyPYr+J7yhxbmaylNHFY/NRjJxHmqMIMsv
artifact: /.*\.nupkg/
- provider: NuGet
server:
api_key:
secure: ouE7tpDB4dawEEQ0ig0uqq2dNEB7J6iDJ7smAPzhlKC/x/p23Txr5MRDqaIQzjYH
artifact: /.*\.nupkg/
on:
branch: release