-
Notifications
You must be signed in to change notification settings - Fork 12
/
appveyor.yml
44 lines (39 loc) · 934 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
37
38
39
40
41
42
43
44
version: 3.4.{build}
image: Visual Studio 2022
configuration: ReleaseCI
init:
- git config --global core.autocrlf false
branches:
only:
- master
skip_tags: true
only_commits:
files:
- ExpressionTreeToString/
- Shared/
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
matrix:
fast_finish: true
artifacts:
- path: Library\bin\ReleaseCI\*.nupkg
type: NuGetPackage
- path: Library\bin\ReleaseCI\*.snupkg
type: NuGetPackage
- path: TestObjects.VB\bin\Release\*.nupkg
type: NuGetPackage
- path: TestObjects.VB\bin\Release\*.snupkg
type: NuGetPackage
deploy:
- provider: NuGet
api_key:
secure: Bmh+vkrCH4qC7iKNosXB+RiealOIO/yCJcJKhRoyEyIeeWZdOKdYq+DJ5evbSAGm
artifact: /.*(\.|\.s)nupkg/