This commit is contained in:
Samuel Tulach 2020-06-25 18:12:24 +02:00
parent 756ccab47e
commit aec7d10081
1 changed files with 1 additions and 4 deletions

View File

@ -3,19 +3,16 @@ before_build:
- nuget restore - nuget restore
after_build: after_build:
- \"C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe\" inno_setup.iss - C:\Program Files (x86)\Inno Setup 6\ISCC.exe inno_setup.iss
platform: platform:
- Any CPU - Any CPU
configuration: configuration:
- Release - Release
- Debug
artifacts: artifacts:
- path: uploader/uploader/build/rel - path: uploader/uploader/build/rel
name: release_anycpu name: release_anycpu
- path: uploader/uploader/build/dbg
name: debug_anycpu
- path: output - path: output
name: setup_anycpu name: setup_anycpu