SDA-2386 Removed command to change dir as we are already in right dir

This commit is contained in:
Mattias Gustavsson 2020-08-25 13:57:00 +02:00
parent b3ecf52745
commit 5bc15dc36b

View File

@ -97,6 +97,6 @@ echo "copy msi result to target dir"
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
echo Building new installer with wix#
pushd "installer\win"
REM pushd "installer\win"
call "BuildWixSharpInstaller.bat"
popd
REM popd