-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.appveyor.yml
More file actions
43 lines (34 loc) · 777 Bytes
/
Copy path.appveyor.yml
File metadata and controls
43 lines (34 loc) · 777 Bytes
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
version: 1.0.{build}
image: Visual Studio 2017
platform:
- x86
- x64
- ARM
- ARM64
configuration:
- Debug
- Release
before_build:
- nuget restore build\msvc\coreload.sln
build:
project: build\msvc\coreload.sln
verbosity: detailed
skip_commits:
files:
- '**/*.md'
- '**/*.txt'
after_build:
7z a coreload-%CONFIGURATION%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\bin\%PLATFORM%\%CONFIGURATION%\coreload*.dll
artifacts:
- path: coreload-%CONFIGURATION%-%PLATFORM%.zip
name: Releases
deploy:
provider: GitHub
description: "corehook host module"
auth_token:
secure: 99ssBJ/lNK6AL1FNajtOhloP5bXeUAm8m+cI0us6pW1hVw84MTKxwYzfurYMuaOQ
draft: false
prerelease: false
tag: $(APPVEYOR_REPO_TAG_NAME)
on:
appveyor_repo_tag: true