-
-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (26 loc) · 596 Bytes
/
appveyor.yml
File metadata and controls
26 lines (26 loc) · 596 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
version: 4.0.{build}
configuration:
- Release
image: Visual Studio 2022
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- nuget restore src\Serialize.Linq.sln
build:
project: src\Serialize.Linq.sln
artifacts:
- path: '**\*.nupkg'
deploy:
provider: NuGet
on:
branch: main
api_key:
secure: NcjamdhIHPUUXl96laNhPbB8NaTWmYyzlExM0XyWepZTdN1T+YZoGukuQcXCvGmP
skip_symbols: false
artifact: /.*(\.|\.s)nupkg/