-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappveyor.yml
More file actions
49 lines (49 loc) · 1.23 KB
/
appveyor.yml
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
47
48
49
version: 1.0.0
init:
- if %APPVEYOR_REPO_TAG%==false (appveyor UpdateBuild -Version "%APPVEYOR_BUILD_VERSION%-build%APPVEYOR_BUILD_NUMBER%")
skip_branch_with_pr: true
image: Visual Studio 2017
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
install:
- nuget restore
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
configuration: Release
build:
parallel: true
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: normal
after_build:
- 7z a Ksuid.zip %APPVEYOR_BUILD_FOLDER%\src\*\bin\Release\*
artifacts:
- path: Ksuid.zip
name: Ksuid
deploy:
- provider: NuGet
api_key:
secure: 5p4zq/mRuGeqAYBpc80+fJfbQplbrJL1E5MFXtcnhXpKyT+OPHW7wqo+l4KjGwlc
on:
branch: master
- provider: NuGet
api_key:
secure: 5p4zq/mRuGeqAYBpc80+fJfbQplbrJL1E5MFXtcnhXpKyT+OPHW7wqo+l4KjGwlc
on:
appveyor_repo_tag: true
- provider: GitHub
description: AppVeyor CI deployment
auth_token:
secure: 49h1/SXggw6sDLDix121vnZO1XeUqNJkKUDEwx+QdHQJzEJwO2bgRqOs6HPNDExh
artifact: Ksuid
draft: false
prerelease: false
force_update: true
on:
appveyor_repo_tag: true