-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare documentation and build scripts for release v6.0.0.
- Loading branch information
1 parent
83d0dd0
commit 9329ae1
Showing
5 changed files
with
37 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
UDP | ||
IPv4 | ||
IPv4 | ||
Serilog | ||
formatters | ||
localhost | ||
multicast | ||
formatter | ||
JSON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,31 @@ | ||
#---------------------------------# | ||
# general configuration # | ||
#---------------------------------# | ||
|
||
# version format | ||
version: '{build}' | ||
|
||
#---------------------------------# | ||
# environment configuration # | ||
#---------------------------------# | ||
|
||
# build worker image (VM template) | ||
image: Visual Studio 2017 | ||
|
||
# environment variables | ||
environment: | ||
NUGET_API_KEY: | ||
secure: JPQiQA6gg5Q9v4tHiognxQzw1nb0fNjLZzBLjB46MjVj0iw7NTl0/pw0yeStNsJI | ||
|
||
#---------------------------------# | ||
# build configuration # | ||
#---------------------------------# | ||
version: '{build}' | ||
|
||
# build Configuration, i.e. Debug, Release, etc. | ||
configuration: Release | ||
|
||
# to run your custom scripts instead of automatic MSBuild | ||
build_script: | ||
- ps: ./build/build.ps1 | ||
|
||
#---------------------------------# | ||
# tests configuration # | ||
#---------------------------------# | ||
- ps: ./build/build.ps1 | ||
|
||
test: off | ||
|
||
#---------------------------------# | ||
# artifacts configuration # | ||
#---------------------------------# | ||
|
||
artifacts: | ||
- path: artifacts/Serilog.*.nupkg | ||
- path: artifacts/Serilog.*.nupkg | ||
name: NuGet | ||
|
||
deploy: | ||
- provider: GitHub | ||
release: Release ${APPVEYOR_REPO_TAG_NAME} | ||
description: TODO | ||
auth_token: | ||
secure: de2wnJZf6k7NY0XriDpf9BkrQ4MR5ZfDDWMM+H/K4OK3w0GpuJAMRj5PrO6tKu0K | ||
artifact: /.*\.nupkg/ | ||
draft: true | ||
on: | ||
APPVEYOR_REPO_TAG: true | ||
- provider: NuGet | ||
api_key: | ||
secure: JPQiQA6gg5Q9v4tHiognxQzw1nb0fNjLZzBLjB46MjVj0iw7NTl0/pw0yeStNsJI | ||
skip_symbols: false | ||
on: | ||
APPVEYOR_REPO_TAG: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters