|
|
@@ -16,28 +16,13 @@ install:
|
|
|
environment:
|
|
|
VERSION_FILENAME: 3_24_%APPVEYOR_BUILD_NUMBER%_0
|
|
|
|
|
|
-platform:
|
|
|
- - Win32
|
|
|
- - x64
|
|
|
-
|
|
|
-configuration:
|
|
|
- - Release
|
|
|
-
|
|
|
-before_build:
|
|
|
- - nuget restore
|
|
|
-
|
|
|
-build:
|
|
|
- parallel: true
|
|
|
- project: CP_Main_10.sln
|
|
|
-
|
|
|
-
|
|
|
-#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
|
|
|
-#- echo Building 64Bit
|
|
|
-#- cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=x64
|
|
|
+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
|
|
|
+ - echo Building 64Bit
|
|
|
+ - cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=x64
|
|
|
|
|
|
after_build:
|
|
|
- iscc /F"DittoSetup_%VERSION_FILENAME%" "DittoSetup\DittoSetup_10.iss"
|