From 1a350b6c132cfcdd18ea34f8f668a130638235e2 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 7 Sep 2025 15:20:38 +0000 Subject: [PATCH] Upload files to "/" --- appveyor.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..c173647 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ +version: 1.0.{build} +branches: + only: + - 3.9.0.787 +build_cloud: Hyper-V +configuration: Debug +platform: Any CPU +build: + project: patch-seb/patch-seb.csproj + parallel: true + verbosity: detailed +artifacts: +- path: patch-seb/bin/Debug/patch-seb.exe + name: Safe Exam Browser Patcher + type: file \ No newline at end of file