forked from Satem45/OpenBullet-Anomaly-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
44 lines (25 loc) · 977 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
32
33
34
35
36
37
38
39
40
41
42
43
44
version: 0.04#{build}
configuration: Release
skip_tags: true
before_build:
- ps: dotnet restore
build:
verbosity: minimal
after_build:
- cmd: >-
md C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\Anomaly
move C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\*.* C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\Anomaly
move C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\Anomaly\Anomaly.dll C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\
7z a Anomaly.zip C:\projects\openbullet-anomaly-plugin\PureLib\bin\Release\netstandard2.0\
artifacts:
- path: Anomaly.zip
name: Anomaly
deploy:
- provider: GitHub
artifact: /.*\.zip/
tag: $(appveyor_build_version)
force_update: true
auth_token:
secure: TbastSeqGTUtMYIAaTAvgyqXy53e70/LtRo498y3nxT+y+4wKzpprKebF89JOR5B
on:
branch: master