Skip to content

Commit

Permalink
Revert "Configure appveyor.yml to automatically publish release"
Browse files Browse the repository at this point in the history
This reverts commit f0c77b4.
  • Loading branch information
Still Hsu committed Oct 20, 2018
1 parent 3469fe2 commit 1e3b8a2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ 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 }
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
- ps: Get-ChildItem output -Recurse -Filter DocFX.Plugin.DescriptionGenerator.dll | % { Push-AppveyorArtifact $_.FullName }

0 comments on commit 1e3b8a2

Please sign in to comment.