Skip to content

Commit

Permalink
Move on_success script to before_deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Apr 11, 2017
1 parent 25f0d2e commit 2c180b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build_script:
- ps: ./ps/build_script.ps1
test_script:
- ps: ./ps/test_script.ps1
on_success:
- ps: ./ps/on_success.ps1
before_deploy:
- ps: ./ps/before_deploy.ps1
artifacts:
- path: Davenport/bin/Release/netstandard1.4
name: netstandard14
Expand All @@ -18,6 +18,7 @@ skip_commits:
- LICENSE
- .gitignore
- .vscode/*
- changelog.md
deploy:
- provider: NuGet
api_key:
Expand All @@ -27,7 +28,7 @@ deploy:
appveyor_repo_tag: true
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "Automated AppVeyor release for Davenport v$(APPVEYOR_REPO_TAG_NAME)."
description: "Automated AppVeyor release for Davenport v$(APPVEYOR_REPO_TAG_NAME). Check [changelog.md](https://github.com/nozzlegear/davenport.net/blob/master/changelog.md) for a list of changes."
auth_token:
secure: OS2yhg1H8KSYenGLlIIvVgsxU1xjtmNRjxrUBuwiWltI3JlvTmaBFijVINnGclbp
artifact: davenport.nupkg
Expand Down
Empty file added changelog.md
Empty file.
File renamed without changes.

0 comments on commit 2c180b2

Please sign in to comment.