-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
41 lines (31 loc) · 877 Bytes
/
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
41
environment:
package_version: '1.3.0'
assembly_version: '1.1.0.0'
version: '$(package_version)+{build}'
image: Visual Studio 2017
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(package_version)'
assembly_version: '$(assembly_version)'
configuration: Release
before_build: dotnet restore
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
test_script: dotnet test -c %CONFIGURATION% CorrelatorSharp.Logging.Tests
deploy:
- provider: GitHub
description: |
* .NET Standard 2.0+ support.
on:
appveyor_repo_tag: true
release: v$(package_version)
auth_token:
secure: y4HfARa+GScoSgdsOIb7A3L8TV93/wiPBgJENisycZ6yKwBANmPEe1MesK4IC6rm
- provider: NuGet
api_key:
secure: vZC+uEZj00A+9riSWLXqdnPtGa96W9SQkBy30dS2D5bOUdvteU9vOAP69QLJrY/o
on:
appveyor_repo_tag: true