mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 03:46:55 +00:00
unpress.
This commit is contained in:
parent
3ee89d61ae
commit
ea94922078
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue