Merge pull request #1058 from mattias-symphony/SDA-2386b

feat: SDA-2386 Generate wix# installer as part of build
This commit is contained in:
mattias-symphony 2020-08-27 09:20:36 +02:00 committed by GitHub
commit 7d5f7b0c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,3 +95,7 @@ if NOT EXIST %AIP%-SetupFiles/%AIP%.msi (
echo "copy msi result to target dir"
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
echo Building new installer with wix#
call "BuildWixSharpInstaller.bat"
copy "Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"