File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ environment :
2+ package_version : ' 1.0.0'
3+ assembly_version : ' 1.0.0.0'
4+
5+ version : ' $(package_version)+{build}'
6+
7+ image : Visual Studio 2017
8+
9+ dotnet_csproj :
10+ patch : true
11+ file : ' **\*.csproj'
12+ version : ' $(package_version)'
13+ assembly_version : ' $(assembly_version)'
14+
15+ configuration : Release
16+
17+ before_build : dotnet restore
18+
19+ build :
20+ publish_nuget : true
21+ publish_nuget_symbols : true
22+ verbosity : minimal
23+
24+ deploy :
25+ - provider : GitHub
26+ description : |
27+ * NLog adapter for the logging provider absraction
28+ on :
29+ appveyor_repo_tag : true
30+
31+ release : v$(package_version)
32+ auth_token :
33+ secure : y4HfARa+GScoSgdsOIb7A3L8TV93/wiPBgJENisycZ6yKwBANmPEe1MesK4IC6rm
34+
35+ - provider : NuGet
36+ api_key :
37+ secure : vZC+uEZj00A+9riSWLXqdnPtGa96W9SQkBy30dS2D5bOUdvteU9vOAP69QLJrY/o
38+ on :
39+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments