This commit is contained in:
JaredDC 2021-06-30 02:41:45 +08:00
parent 487c949fe7
commit 4cab722c13

View file

@ -9,9 +9,10 @@ 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