forked from GuitarRich/sitecore.react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
45 lines (37 loc) · 971 Bytes
/
appveyor.yml
File metadata and controls
45 lines (37 loc) · 971 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: 1.0.{build}
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
platform: Any CPU
configuration: Release
build:
project: .\Sitecore.React.sln
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: detailed
before_build:
- nuget restore Sitecore.React.sln
nuget:
account_feed: true
project_feed: true
pull_requests:
do_not_increment_build_number: true
test: off
image: Visual Studio 2017
after_build:
- ps: .\pack.ps1
deploy:
- provider: NuGet
server: https://ci.appveyor.com/nuget/guitarrich-2gfg89qeypb5
api_key:
secure: c/6t8fLGB8rXkTmjwZJmGjAlZwb92rpGN4A3iNOddmc=
artifact: /.*\.nupkg/
- provider: NuGet
symbol_server: https://ci.appveyor.com/nuget/sitecore-react-vgd5n8xvyw00/api/v2/package
api_key:
secure: 7gjxcs5gkjkq1ltqycvdmipt
artifact: /.*\.nupkg/