Skip to content

Commit 486604d

Browse files
committed
Added release_appveyor
1 parent ac03fbf commit 486604d

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

SQLite.CodeFirst.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{01B97A
1414
.nuget\NuGet.targets = .nuget\NuGet.targets
1515
EndProjectSection
1616
EndProject
17+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{7031BD3C-AE76-43CD-91B6-B6BCD823968C}"
18+
ProjectSection(SolutionItems) = preProject
19+
release_appveyor.yml = release_appveyor.yml
20+
EndProjectSection
21+
EndProject
1722
Global
1823
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1924
Debug|Any CPU = Debug|Any CPU

release_appveyor.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
version: Release_{branch}_0.9.{build}.0
2+
branches:
3+
only:
4+
- master
5+
skip_tags: true
6+
configuration: Release
7+
platform: Any CPU
8+
assembly_info:
9+
patch: true
10+
file: '**\AssemblyInfo.*'
11+
assembly_version: 0.9.{build}.0
12+
assembly_file_version: 0.9.{build}.0
13+
assembly_informational_version: 0.9.{build}.0
14+
build:
15+
publish_nuget: true
16+
publish_nuget_symbols: true
17+
verbosity: normal
18+
artifacts:
19+
- path: SQLite.CodeFirst\bin\*\SQLite.CodeFirst.dll
20+
name: SQLiteCodeFirst
21+
deploy:
22+
- provider: NuGet
23+
api_key:
24+
secure: QmbFnerlfTAFUZpnaPgVDywMH4fF8rVakefmqvhu3qm9SpuDlLGB9S4HwtdE3Nep
25+
on:
26+
branch: master
27+
- provider: GitHub
28+
tag: v$(appveyor_build_version)
29+
release: v$(appveyor_build_version)
30+
description: https://www.nuget.org/packages/SQLite.CodeFirst/
31+
auth_token:
32+
secure: e3cqaFy9PzI9TAdZJBIDy97Bfbwa7j0EXe2yw7Ev9aJXK0Q+3mnULqb1VU4P7BWR
33+
artifact: SQLiteCodeFirst
34+
draft: true
35+
on:
36+
branch: master
37+
notifications:
38+
- provider: Webhook
39+
url: https://zapier.com/hooks/catch/b3cbz0/
40+
on_build_success: true
41+
on_build_failure: true
42+
on_build_status_changed: false

0 commit comments

Comments
 (0)