-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (27 loc) · 965 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
version: 1.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: JustObjectsPrototype.Universal\JustObjectsPrototype.Universal.sln
before_build:
JustObjectsPrototype.Universal\.nuget\nuget.exe restore JustObjectsPrototype.Universal\JustObjectsPrototype.Universal.sln
after_test:
- ps: .\JustObjectsPrototype.Universal\.nuget\pack.ps1
artifacts:
- path: JustObjectsPrototype.Universal\JustObjectsPrototype.Universal\bin\Release\JustObjectsPrototype.Universal.dll
name: JustObjectsPrototype.Universal.dll
- path: '**\JOP.universal*.nupkg'
name: JOP.universal.nupkg
deploy:
provider: NuGet
api_key:
secure: mYNxybjJqKR3bOn+cYo6o7SPvlgOApzwnI7rep4TCYjTjYgb7T1fG28lFrgcX2Jk
artifact: JOP.universal.nupkg