-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (30 loc) · 728 Bytes
/
appveyor.yml
File metadata and controls
38 lines (30 loc) · 728 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
version: 1.0.0.{build}
platform: Any CPU
configuration: Release
before_build:
- cmd: nuget restore SharpFileSystem.sln
assembly_info:
patch: true
file: 'GlobalAssemblyInfo.*'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
test:
assemblies:
- SharpFileSystem.Tests.dll
artifacts:
- path: bin/Release
name: BuildRelease
- path: bin/**/*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
secure: kwXmJKEWMMUNsCgHyVYpCRs9WFKzPMUXIw0foni/0bFL6A3yozhiUb3YoAjhLvQ1
skip_symbols: false
on:
appveyor_repo_tag: true