This commit is contained in:
Samuel Tulach 2020-06-25 18:19:02 +02:00
parent a379ceedff
commit 0fe99900eb
1 changed files with 17 additions and 18 deletions

View File

@ -1,19 +1,18 @@
before_build: ---
- cd uploader
- nuget restore
after_build: after_build:
- set PATH="C:\Program Files (x86)\Inno Setup 6";%PATH% - "set PATH=\"C:\\Program Files (x86)\\Inno Setup 6\";%PATH%"
- ISCC.exe inno_setup.iss - "ISCC.exe inno_setup.iss"
artifacts:
platform: -
- Any CPU name: release_anycpu
path: uploader/uploader/build/rel
-
name: setup_anycpu
path: output
before_build:
- "cd uploader"
- "nuget restore"
configuration: configuration:
- Release - Release
platform:
artifacts: - "Any CPU"
- path: uploader/uploader/build/rel
name: release_anycpu
- path: output
name: setup_anycpu