Problem
Installing https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio2022 when using the Visual Studio 2022 image is possible but takes 3 minutes and 54 seconds (almost 4 minutes). Here is the example YAML I have; the time was measured on the VSIXInstaller.exe step:
image:
- Visual Studio 2022
cache:
- '%USERPROFILE%\Downloads -> appveyor.yml'
install:
- IF NOT EXIST "%USERPROFILE%\Downloads\reportprojects-4.0.0.vsix" curl --no-progress-meter -Lfo "%USERPROFILE%\Downloads\reportprojects-4.0.0.vsix" https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ProBITools/vsextensions/MicrosoftReportProjectsforVisualStudio2022/4.0.0/vspackage
- '"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VSIXInstaller.exe" /q /a "%USERPROFILE%\Downloads\reportprojects-4.0.0.vsix"'
Solution
Please pre-bake this into the Visual Studio 2022 image.
It’d be awesome if this was also included in the Visual Studio 2026 image which is under development.
Problem
Installing https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio2022 when using the
Visual Studio 2022image is possible but takes 3 minutes and 54 seconds (almost 4 minutes). Here is the example YAML I have; the time was measured on theVSIXInstaller.exestep:Solution
Please pre-bake this into the
Visual Studio 2022image.It’d be awesome if this was also included in the
Visual Studio 2026image which is under development.