mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
F
This commit is contained in:
parent
487c949fe7
commit
4cab722c13
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ image: Visual Studio 2019
|
|||
configuration: Release
|
||||
test: off
|
||||
before_build:
|
||||
- ps: >-
|
||||
- cd v2rayN
|
||||
- nuget restore -verbosity detailed
|
||||
- ps: >-
|
||||
cd v2rayN
|
||||
|
||||
nuget restore -verbosity detailed
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
|
Loading…
Reference in a new issue