This commit is contained in:
30
appveyor.yml
30
appveyor.yml
@@ -1,15 +1,17 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- 3.9.0.787
|
- 3.9.0.787
|
||||||
build_cloud: Hyper-V
|
build_cloud: Hyper-V
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
build:
|
init:
|
||||||
project: patch-seb/patch-seb.csproj
|
- 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'
|
||||||
parallel: true
|
build:
|
||||||
verbosity: detailed
|
project: patch-seb/patch-seb.csproj
|
||||||
artifacts:
|
parallel: true
|
||||||
- path: patch-seb/bin/Debug/patch-seb.exe
|
verbosity: detailed
|
||||||
name: Safe Exam Browser Patcher
|
artifacts:
|
||||||
|
- path: patch-seb/bin/Debug/patch-seb.exe
|
||||||
|
name: Safe Exam Browser Patcher
|
||||||
type: file
|
type: file
|
Reference in New Issue
Block a user