diff --git a/appveyor.yml b/appveyor.yml index 82efa8c..323c593 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,2 +1,8 @@ image: -- Visual Studio 2017 \ No newline at end of file +- Visual Studio 2017 + +artifacts: + - path: RevokeMsgPatcher\bin\Release\RevokeMsgPatcher.exe + name: RevokeMsgPatcher + - path: RevokeMsgPatcher.MultiInstance.exe\bin\Release\RevokeMsgPatcher.MultiInstance.exe + name: RevokeMsgPatcher.MultiInstance \ No newline at end of file