forked from babelshift/SteamWebAPI2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
43 lines (35 loc) · 883 Bytes
/
appveyor.yml
File metadata and controls
43 lines (35 loc) · 883 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: 2.0.0.{build}
branches:
only:
- master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Release
build:
project: SteamWebAPI2.sln
publish_nuget: true
include_nuget_references: true
cache:
- packages -> **\packages.config
before_build:
- cmd: nuget restore
deploy:
- provider: NuGet
api_key:
secure: vIHuOdB4aYJEqNACb3jjCg3m/qZLqpwYlruu8J0BOiX81lRrmussVEUqiWRBTrRQ
skip_symbols: false
artifact: /.*\.nupkg/
- provider: GitHub
release: Release_$(appveyor_build_version)
auth_token:
secure: YgNJFFVi7XOW0w+JC+kk+Mnk649nsyfpW9Ssnj0wPNvPaiKW8fYlEXAvYPSmQjzm
artifact: /.*\.nupkg/
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true