diff --git a/appveyor.yml b/appveyor.yml index 316d4b3..30f5889 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,4 +6,13 @@ before_build: - cmd: dotnet restore after_build: - ps: dotnet build -c Release -o "..\output" -- ps: Get-ChildItem output -Recurse -Filter DocFX.Plugin.DescriptionGenerator.dll | % { Push-AppveyorArtifact $_.FullName } \ No newline at end of file +- ps: Get-ChildItem output -Recurse -Filter DocFX.Plugin.DescriptionGenerator.dll | % { Push-AppveyorArtifact $_.FullName } +deploy: + provider: GitHub + auth_token: + secure: BQv7eBGWexobEIEMhDs48A1LuXmSbdymyLIv7KC6sEOEDvG12l8W9/zYDCqQt6/I # your encrypted token from GitHub + artifact: /output/DocFX\.Plugin\.DescriptionGenerator\.dll + draft: false + prerelease: false + on: + branch: master # release from master branch only \ No newline at end of file