This commit is contained in:
JaredDC 2021-06-30 15:01:16 +08:00
parent 3ee89d61ae
commit ea94922078

View file

@ -8,14 +8,22 @@ environment:
image: Visual Studio 2019 image: Visual Studio 2019
configuration: Release configuration: Release
test: off test: off
before_build: before_build:
- ps: >- - ps: >-
cd v2rayN cd v2rayN
nuget restore -verbosity detailed nuget restore -verbosity detailed
build: build:
parallel: true parallel: true
verbosity: minimal verbosity: minimal
after_build:
- cmd:
dir
7z x v2rayN\v2rayN-Core-bin\v2ray-windows.zip -ov2rayN\v2rayN\bin\Release
artifacts: artifacts:
- path: v2rayN\v2rayN\bin\Release - path: v2rayN\v2rayN\bin\Release
name: v2rayN.Protable name: v2rayN.Protable