Changelog of Advanced Installer VSTS task.
- First official release.
Improvements:
- Port task to use the Powershell3 handler and VSTS task SDK.
Improvements:
- Search Advanced Installer in PATH if not found on system.
Bugs:
- Output Package Folder field was initialized even if no user value specified. This caused Advanced Installer build to fail.
Improvements:
- Changed task name to avoid confusion with Advanced Installer Tool Installer.
- Several cosmetic changes to the Marketplace page.
Bugs:
- Stop build if the Advanced Installer task fails.
Bugs:
- Removed "Build required" validation, when specifying output path or package name, as some AI projects (E.g. patch, msm) do not use builds.
Features:
- Added support for caching Advanced Installer on the build agent prior to build. Now this extension encompasses the capabilities of Advanced Installer Tool Installer
Improvements:
- Switch to the modern azure-pipelines-task-lib and azure-pipelines-tool-lib libraries.
Bugs:
- Fixed issue that caused the pipeline to fail when an Advanced Installer version was not specified.
Bugs:
- Postjobexecution script will not fail on an unsupported agent OS
Bugs:
- Pipeline hangs when the Advanced Installer extraction folder contains spaces
Bugs:
- Output Package Folder field was initialized even if no user value specified. This caused Advanced Installer Build task to fail.
Bugs:
- Fixed bug introduced in 2.0.4 which caused pipelines that had Output Package Folder set to a relative path to fail.
Improvements:
- Disable task cleanup by setting variable advancedinstaller.cleanup = false
Improvements:
- Migrate task to Node10 to avoid deprecation warning. Details here.
Improvements:
- Fix misleading documentation about the Advanced Installer vesrion.
Improvements:
- Enhanced the logic for finding the path of Advanced Installer, if it is already installed on the build agent.
- We no longer support versions of Advanced Installer that are more than two years old. Please check the release history to pick a compatible version.
- Reverted version deprecation.
- Added deprecation error for versions of Advanced Installer that are more than two years old. Please check the release history to pick a compatible version.
- Target node16 ans node20
- Add support for v2 and v3 versions side by side