-
-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (29 loc) · 832 Bytes
/
appveyor.yml
File metadata and controls
38 lines (29 loc) · 832 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
36
37
38
version: 6.1.{build}
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
branches:
only:
- master
image: Visual Studio 2022
configuration: Release
before_build:
- nuget restore WpfToolkit\WPFToolkit.sln
build:
project: 'WpfToolkit\WPFToolkit.sln'
test: off
artifacts:
- path: '**\bin\$(configuration)\net40\DotNetProjects.*.dll'
- path: '**\bin\$(configuration)\net40\DotNetProjects.*.pdb'
- path: '**\bin\$(configuration)\DotNetProjects.*.nupkg'
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: 88aMSx9ONm6ZEyZHiWughpXbF3QGPuYy7yjQxQSt69pDc89aKMBYm8KPOaCIUX9s
artifact: /.*\.nupkg/