mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
AppVeyor: increment build number with pull requests, in order to avoid conflicts (#503)
* AppVeyor: increment build number with pull requests, in order to avoid conflicts * .appveyor.yml: consistent indentation
This commit is contained in:
parent
248d9e1e4c
commit
dfbb04627f
@ -2,18 +2,15 @@ version: '{build}'
|
|||||||
|
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
|
|
||||||
pull_requests:
|
|
||||||
do_not_increment_build_number: true
|
|
||||||
|
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))"
|
- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
src\BuildAll.cmd
|
src\BuildAll.cmd
|
||||||
exit %errorlevel%
|
exit %errorlevel%
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user