-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
46 lines (39 loc) · 895 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
45
46
version: 0.3.{build}
image: Visual Studio 2022
configuration: Release
init:
- git config --global core.autocrlf false
branches:
only:
- main
skip_tags: true
only_commits:
files:
- PandocFilters/
- appveyor.yml
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: dotnet restore PandocFilters.sln
build:
project: PandocFilters.sln
matrix:
fast_finish: true
before_test:
- cmd: choco install pandoc
artifacts:
- path: PandocFilters\bin\Release\*.nupkg
type: NuGetPackage
- path: PandocFilters\bin\Release\*.snupkg
type: NuGetPackage
deploy:
- provider: NuGet
api_key:
secure: zx85vOF0s9eyYOVwT/6GJKE85T8SoWzZjbN8DyUtJ8pvOtiYz/XO94EmCaDgQCki
artifact: /.*(\.|\.s)nupkg/