forked from sta/websocket-sharp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
45 lines (31 loc) · 803 Bytes
/
appveyor.yml
File metadata and controls
45 lines (31 loc) · 803 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
44
45
version: 2.0.{build}
branches:
only:
- master
image: Visual Studio 2017
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
configuration: Debug
before_build:
- nuget restore
build:
project: websocket-sharp.sln
after_build:
- ps: .\nuget\pack.ps1
test: off
artifacts:
- path: websocket-sharp\bin\Debug\net45\*.dll
- path: websocket-sharp\bin\Debug\net45\*.pdb
- path: '**\DotNetProjects.*.nupkg'
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: 88aMSx9ONm6ZEyZHiWughpXbF3QGPuYy7yjQxQSt69pDc89aKMBYm8KPOaCIUX9s
artifact: /.*\.nupkg/