-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (33 loc) · 779 Bytes
/
Copy pathappveyor.yml
File metadata and controls
33 lines (33 loc) · 779 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
version: '1.0.{build}'
image: Visual Studio 2017
branches:
only:
- master
only_commits:
files:
- StringAsSql/
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "1.0.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: nuget restore
configuration: ReleaseCI
artifacts:
- path: 'StringAsSql\bin\$(configuration)\*.nupkg'
type: NuGetPackage
deploy:
provider: NuGet
api_key:
secure: ggnvR8rEMLbVOYOAMBXmjD+ohPaPoCcMwwEPdQvMbpjt+HEHWFxZYNGXs+O1x8tD
artifact: /.*\.nupkg/