forked from hirschmann/nbfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
31 lines (26 loc) · 769 Bytes
/
Copy path.appveyor.yml
File metadata and controls
31 lines (26 loc) · 769 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
version: '{build}'
clone_depth: 5
image: Visual Studio 2017
configuration: ReleaseWindows
platform: Any CPU
before_build:
- nuget restore
build:
project: NoteBookFanControl.sln
artifacts:
- path: Windows\Setup\NbfcBootstrapper\bin\Release\NoteBookFanControl.setup.exe
name: NbfcSetup
type: file
deploy:
description: 'This is a BETA build which may not be stable. If you fear bugs or crashes, stick to the stable releases. You have been warned :)'
provider: GitHub
auth_token:
secure: ds1x2b7EIPV4+F0VUp8U3qliahWbOwe4nIGX3uYUzM1RtowpfytIz2OPX4i5Js8D
artifact: NbfcSetup
draft: true
prerelease: true
on:
# release from master branch only
branch: master
# deploy on tag push only
appveyor_repo_tag: true