1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

.appveyor.yml: consistent indentation

This commit is contained in:
Davide Beatrici 2018-04-20 17:42:28 +02:00
parent b9d6d77420
commit 018df107e7

View File

@ -7,10 +7,10 @@ skip_branch_with_pr: true
clone_depth: 1
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:
- cmd: >-
- cmd: >-
src\BuildAll.cmd
exit %errorlevel%