image: Visual Studio 2019 configuration: Release test: off before_build: - ps: >- cd v2rayN nuget restore build: parallel: true verbosity: minimal after_build: - cmd: git describe --always --tags >OUTPUTFILE.TXT set /P GIT_TAG=