1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05: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,12 +7,12 @@ 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%
artifacts: artifacts:
- path: output\pkg\*\* - path: output\pkg\*\*