Skip to content

Commit

Permalink
Update appveyor.yml to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Moore committed Dec 30, 2016
1 parent b65e080 commit 9f24fab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.0.{build}
version: 3.0.1.{build}
branches:
only:
- master
Expand Down Expand Up @@ -39,14 +39,14 @@ artifacts:
- path: Disbott\bin\Release\Disbott.exe
name: github
deploy:
#- provider: GitHub
# release: v$(appveyor_build_version)
# auth_token:
# secure: OKA6ofkLb6tShqWeYG1g2ywKFZxrU5cy6xlRfN2Uz4ETncetI7qMYpoHNsoQzDLS
# artifact: github
# draft: true
# prerelease: true
# force_update: false
- provider: GitHub
release: v$(appveyor_build_version)
auth_token:
secure: OKA6ofkLb6tShqWeYG1g2ywKFZxrU5cy6xlRfN2Uz4ETncetI7qMYpoHNsoQzDLS
artifact: github
draft: true
prerelease: true
force_update: false
- provider: AzureWebJob
website: disbott
username: $disbott
Expand Down

0 comments on commit 9f24fab

Please sign in to comment.