no debug
This commit is contained in:
parent
756ccab47e
commit
aec7d10081
|
@ -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
|
Loading…
Reference in New Issue