Skip to content

Please add Microsoft Reporting Services Projects to Visual Studio 2022 image #3988

@binki

Description

@binki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions