forked from WPF-Forge/Forge.Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (30 loc) · 796 Bytes
/
appveyor.yml
File metadata and controls
30 lines (30 loc) · 796 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
version: 1.2.0-beta{build}
branches:
only:
- master
only_commits:
message: /\[Build\]/
image: Visual Studio 2017
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: 1.0
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- ps: nuget restore Forge.Forms/Forge.Forms.sln
build:
project: Forge.Forms/src/Forge.Forms/Forge.Forms.csproj
verbosity: minimal
after_build:
- ps: nuget pack Forge.Forms/src/Forge.Forms/Forge.Forms.csproj -Version $env:APPVEYOR_BUILD_VERSION -IncludeReferencedProjects
artifacts:
- path: '**\Forge.Forms.*.nupkg'
deploy:
- provider: NuGet
api_key:
secure: IC3tvaOPKalQI59YLbPoquIzXny8ZklRRdDd79IVTpSO9/ovOQk8NfQ+9XVduk3E
on:
branch: master