forked from Aftnet/FileSystemPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (34 loc) · 781 Bytes
/
appveyor.yml
File metadata and controls
35 lines (34 loc) · 781 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
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
image: Visual Studio 2017
configuration: Release
shallow_clone: true
dotnet_csproj:
patch: true
file: '**\Plugin.FileSystem.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: >-
mkdir .\Plugin.FileSystem\bin\Debug
nuget restore Plugin.FileSystem_CI.sln
build:
project: Plugin.FileSystem_CI.sln
verbosity: minimal
artifacts:
- path: '**\*.nupkg'
deploy:
- provider: NuGet
api_key:
secure: cO5Ki051HsltxSZrXrRsGuFnI3zS3wMOdE6CFoiQz85RBefWY++iyW2QOTtp2ROa
skip_symbols: true
artifact: /.*\.nupkg/
on:
branch: master