forked from OtherworldBob/ManiacEditor
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathappveyor.yml
31 lines (31 loc) · 994 Bytes
/
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
version: 1.0.0.{build}
shallow_clone: true
image: Visual Studio 2019
skip_tags: true
clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
environment:
matrix:
- BUILD: Universal (x86 / x64) (To Download Click Artifacts) ||||---------------------------------------
appveyor_build_worker_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
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
- nuget restore
build:
verbosity: minimal
project: ManiacEditor.sln
artifacts:
- path: 'ManiacEditor\bin\Release'
name: 'ManiacEditor-Generations-BETA-$(appveyor_build_version)[AnyCPU]'
type: zip