We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89039e commit 2ea8a53Copy full SHA for 2ea8a53
.github/workflows/main.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Download Installer‐Projects VSIX
88
shell: pwsh
89
run: |
90
- $vsixUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/%3Cspan%20class="x x-first x-last">extensions/VisualStudioInstallerProjects/versions/1.0.0/media"
+ $vsixUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/%3Cspan%20class="x x-first x-last">vsextensions/MicrosoftVisualStudio2022InstallerProjects/2.0.1/vspackage"
91
Invoke-WebRequest $vsixUrl -OutFile installerprojects.vsix
92
93
# install vs installer builder
0 commit comments