From 85c88da6cc8233cd24b7087dd386a4586774f282 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Tue, 16 Jul 2019 16:12:52 +0200 Subject: [PATCH] SEBWIN-320: Extended CI build script for reset utility artifact. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c783124a..3c069e0c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,9 @@ artifacts: - path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration) name: '$(appveyor_build_version)_Application' type: zip + - path: SafeExamBrowser.ResetUtility\bin\$(platform)\$(configuration) + name: '$(appveyor_build_version)_Reset' + type: zip - path: SafeExamBrowser.Service\bin\$(platform)\$(configuration) name: '$(appveyor_build_version)_Service' type: zip