From 7d4a88fe444817e06225f16cf5337527f4019a28 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sun, 5 Jan 2020 02:23:32 +0800 Subject: [PATCH] [#] Switch to Release --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 323c5933..b2b4d552 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,10 @@ image: - Visual Studio 2017 +configuration: Release + artifacts: - - path: RevokeMsgPatcher\bin\Release\RevokeMsgPatcher.exe + - path: bin\Release\RevokeMsgPatcher.exe name: RevokeMsgPatcher - - path: RevokeMsgPatcher.MultiInstance.exe\bin\Release\RevokeMsgPatcher.MultiInstance.exe + - path: bin\Release\RevokeMsgPatcher.MultiInstance.exe name: RevokeMsgPatcher.MultiInstance \ No newline at end of file