forked from UOOutlands/Razor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
44 lines (44 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
version: 1.7.1.{build}
branches:
only:
- master
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2019
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore Razor.sln
build:
project: Razor.sln
verbosity: minimal
test: off
after_build:
- cmd: SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- cmd: python --version
- cmd: python.exe -m pip install --upgrade pip
- cmd: pip install mkdocs
- cmd: pip install mkdocs-material
- cmd: pip install mkdocs-git-revision-date-plugin
- cmd: cd help
- cmd: mkdocs build
artifacts:
- path: bin\Win32\Release
name: Razor-dev-preview
- path: help\site
name: Razor-site
deploy:
- provider: GitHub
release: Razor-dev-preview
description: Auto-build by AppVeyor\n\nThis is built automatically after each commit to master, so it may contain bugs and/or unfinished features but is generally considered stable. Use at your own risk.\n\nOfficial releases will be listed here and given proper version numbers with release notes.
auth_token:
secure: 8F11pQiKmjN7rkwx4TfXay3Z3Ocj+5zpKGeXWYuK/LLGY8HCtFYoXzmGzlePwDwX
prerelease: true
force_update: true
skip_commits:
message: /\[chore\]/