|
|
@@ -20,13 +20,13 @@ build_script:
|
|
|
- echo Building version:%appveyor_build_version%
|
|
|
- cmd: nuget restore
|
|
|
- echo Building 32Bit
|
|
|
- #- cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=Win32
|
|
|
+ - cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=Win32
|
|
|
#- echo Building 64Bit
|
|
|
#- cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=x64
|
|
|
|
|
|
after_build:
|
|
|
- #- "DittoSetup\StampVer" -f%APPVEYOR_BUILD_VERSION% -p%APPVEYOR_BUILD_VERSION% Release\Ditto.exe
|
|
|
- #- "DittoSetup\StampVer" -f%APPVEYOR_BUILD_VERSION% -p%APPVEYOR_BUILD_VERSION% Release64\Ditto.exe
|
|
|
+ - DittoSetup\StampVer -f%APPVEYOR_BUILD_VERSION% -p%APPVEYOR_BUILD_VERSION% Release\Ditto.exe
|
|
|
+ #- DittoSetup\StampVer -f%APPVEYOR_BUILD_VERSION% -p%APPVEYOR_BUILD_VERSION% Release64\Ditto.exe
|
|
|
#- iscc /F"DittoSetup_%VERSION_FILENAME%" "DittoSetup\DittoSetup_10.iss"
|
|
|
#- iscc /F"DittoSetup_64bit_%VERSION_FILENAME%" "DittoSetup\DittoSetup_10.iss" "/dbit64=1"
|
|
|
- DittoSetup\BuildPortableZIP.bat "DittoPortable_%VERSION_FILENAME%" bit32
|