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
|
||||
configuration: Release
|
||||
test: off
|
||||
|
||||
before_build:
|
||||
- ps: >-
|
||||
cd v2rayN
|
||||
|
||||
nuget restore -verbosity detailed
|
||||
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
||||
after_build:
|
||||
- cmd:
|
||||
dir
|
||||
7z x v2rayN\v2rayN-Core-bin\v2ray-windows.zip -ov2rayN\v2rayN\bin\Release
|
||||
|
||||
artifacts:
|
||||
- path: v2rayN\v2rayN\bin\Release
|
||||
name: v2rayN.Protable
|
||||
|
|
Loading…
Reference in a new issue