format
This commit is contained in:
parent
a379ceedff
commit
0fe99900eb
35
appveyor.yml
35
appveyor.yml
|
@ -1,19 +1,18 @@
|
||||||
before_build:
|
---
|
||||||
- cd uploader
|
after_build:
|
||||||
- nuget restore
|
- "set PATH=\"C:\\Program Files (x86)\\Inno Setup 6\";%PATH%"
|
||||||
|
- "ISCC.exe inno_setup.iss"
|
||||||
after_build:
|
artifacts:
|
||||||
- set PATH="C:\Program Files (x86)\Inno Setup 6";%PATH%
|
-
|
||||||
- ISCC.exe inno_setup.iss
|
|
||||||
|
|
||||||
platform:
|
|
||||||
- Any CPU
|
|
||||||
|
|
||||||
configuration:
|
|
||||||
- Release
|
|
||||||
|
|
||||||
artifacts:
|
|
||||||
- path: uploader/uploader/build/rel
|
|
||||||
name: release_anycpu
|
name: release_anycpu
|
||||||
- path: output
|
path: uploader/uploader/build/rel
|
||||||
name: setup_anycpu
|
-
|
||||||
|
name: setup_anycpu
|
||||||
|
path: output
|
||||||
|
before_build:
|
||||||
|
- "cd uploader"
|
||||||
|
- "nuget restore"
|
||||||
|
configuration:
|
||||||
|
- Release
|
||||||
|
platform:
|
||||||
|
- "Any CPU"
|
||||||
|
|
Loading…
Reference in New Issue