From b38acdb8ba08a06a9fd9febe0bf59635cd7ab0a5 Mon Sep 17 00:00:00 2001 From: JaredDC Date: Thu, 1 Jul 2021 01:12:58 +0800 Subject: [PATCH] 1. update for auto publish 2. close button no need. --- appveyor.yml | 31 +++++++++++++++++++----- v2rayN/v2rayN/Forms/MainForm.Designer.cs | 1 + 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 04c1a4e0..cc9becbf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,6 @@ branches: only: - master -environment: - STATIC_SITE_REPO: https://github.com/JaredDC/v2rayN - GIT_USER_EMAIL: jared.dcx@gmail.com - GIT_USER_NAME: JaredDC image: Visual Studio 2019 configuration: Release test: off @@ -21,17 +17,40 @@ build: after_build: - cmd: - dir + git describe --always --tags >OUTPUTFILE.TXT + + set /P GIT_TAG=