diff --git a/appveyor.yml b/appveyor.yml index 590a60e..de27f53 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file