v2rayN/appveyor.yml

24 lines
448 B
YAML
Raw Normal View History

2021-06-29 18:33:29 +00:00
branches:
only:
- master
environment:
STATIC_SITE_REPO: https://github.com/JaredDC/v2rayN
GIT_USER_EMAIL: jared.dcx@gmail.com
GIT_USER_NAME: JaredDC
image: Visual Studio 2019
configuration: Release
test: off
before_build:
2021-06-29 18:41:45 +00:00
- ps: >-
cd v2rayN
nuget restore -verbosity detailed
2021-06-29 18:33:29 +00:00
build:
parallel: true
verbosity: minimal
artifacts:
- path: v2rayN\v2rayN\bin\Release
name: v2rayN.Protable
on_success:
- echo succeed