It normally take 8 minutes to run the entire build/deploy pipeline.
Code: Select all
- task: AdvancedInstaller@2
displayName: 'Build Advanced Installer Project'
inputs:
advinstLicense: '$(advinstLicense)'
aipPath: '$(build.SourcesDirectory)\installation\AdvancedInstallers\AdvancedInstaller.ProductName.API\AdvancedInstaller.ProductName.aip'
aipBuild: 'DefaultBuild'
aipOutputFolder: '$(build.artifactStagingDirectory)\installers'