File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ os: Visual Studio 2015
3
3
clone_depth : 2
4
4
configuration : Release
5
5
6
+ pull_requests :
7
+ do_not_increment_build_number : true
8
+
6
9
# environment:
7
10
# VERSION_SUFFIX: -preview
8
11
9
12
init :
13
+ - ps : iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/PureKrome/0f79e25693d574807939/raw/8cf3160c9516ef1f4effc825c0a44acc918a0b5a/appveyor-build-info.ps'))
10
14
- git config --global core.autocrlf true
11
15
- ps : $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
12
16
- ps : If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
@@ -59,4 +63,4 @@ notifications:
59
63
- provider : Slack
60
64
auth_token :
61
65
secure : GniMpFE62HprSyQNQoej/fBOAdbQe8EMWAMMNXX0s2JxeNePjemiO1bCf4eYweE4p70mm0sCwMjeEP/Ps9aTMA==
62
- channel : ' #notifications'
66
+ channel : ' #notifications'
You can’t perform that action at this time.
0 commit comments