Skip to content

Commit 9f3b7a7

Browse files
committed
Merge pull request #102 from PureKrome/patch-1
2x tweaks to the AppVeyor deployment script.
2 parents c8401fa + 372eb84 commit 9f3b7a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ os: Visual Studio 2015
33
clone_depth: 2
44
configuration: Release
55

6+
pull_requests:
7+
do_not_increment_build_number: true
8+
69
#environment:
710
# VERSION_SUFFIX: -preview
811

912
init:
13+
- ps: iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/PureKrome/0f79e25693d574807939/raw/8cf3160c9516ef1f4effc825c0a44acc918a0b5a/appveyor-build-info.ps'))
1014
- git config --global core.autocrlf true
1115
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
1216
- ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
@@ -59,4 +63,4 @@ notifications:
5963
- provider: Slack
6064
auth_token:
6165
secure: GniMpFE62HprSyQNQoej/fBOAdbQe8EMWAMMNXX0s2JxeNePjemiO1bCf4eYweE4p70mm0sCwMjeEP/Ps9aTMA==
62-
channel: '#notifications'
66+
channel: '#notifications'

0 commit comments

Comments
 (0)