-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels