-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathappveyor.yml
40 lines (40 loc) · 1.05 KB
/
appveyor.yml
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
image: Visual Studio 2019
version: '2.1.0-build{build}'
init:
- if %APPVEYOR_REPO_TAG%==true (appveyor UpdateBuild -Version "%APPVEYOR_BUILD_VERSION%")
skip_branch_with_pr: true
skip_tags: true
dotnet_csproj:
patch: true
file: '**\*.csproj;**\*.props'
version: '{version}'
package_version: '{version}'
configuration: Release
before_build:
- appveyor-retry dotnet restore -v Minimal
build:
parallel: true
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: normal
deploy:
- provider: NuGet
api_key:
secure: 7yj4aK5rp2V1xKRQ/p3tiF+Xu0YEXOkKRAxyDjbf52rOlQ1vVXK0P/LvIp4MmYrK
on:
branch: develop
- provider: NuGet
api_key:
secure: 7yj4aK5rp2V1xKRQ/p3tiF+Xu0YEXOkKRAxyDjbf52rOlQ1vVXK0P/LvIp4MmYrK
on:
appveyor_repo_tag: true
- provider: GitHub
description: AppVeyor CI deployment
auth_token:
secure: IApJWoucWEA6qjZn1atyOtaEMbBJVMcs8r4AeTwX3yOPWYK76w6VzOpzG+eTainp
draft: false
prerelease: false
force_update: true
on:
appveyor_repo_tag: true