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
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:
- Any CPU
configuration:
- Release
- Debug
artifacts:
- path: uploader/uploader/build/rel
name: release_anycpu
- path: uploader/uploader/build/dbg
name: debug_anycpu
- path: output
name: setup_anycpu