From 626b351dffbc539fc79c55fb2625d5ce97c54774 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 7 Sep 2025 15:33:59 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c173647..3af8d05 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,15 +1,17 @@ -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 +version: 1.0.{build} +branches: + only: + - 3.9.0.787 +build_cloud: Hyper-V +configuration: Debug +platform: Any CPU +init: +- cmd: '"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" --add Microsoft.Net.Component.4.5.TargetingPack --quiet --norestart' +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