Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ea8a53

Browse files
authoredMay 10, 2025··
Update main.yml #GITBUILD test
1 parent b89039e commit 2ea8a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Download Installer‐Projects VSIX
8888
shell: pwsh
8989
run: |
90-
$vsixUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/extensions/VisualStudioInstallerProjects/versions/1.0.0/media"
90+
$vsixUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/vsextensions/MicrosoftVisualStudio2022InstallerProjects/2.0.1/vspackage"
9191
Invoke-WebRequest $vsixUrl -OutFile installerprojects.vsix
9292
9393
# install vs installer builder

0 commit comments

Comments
 (0)
Please sign in to comment.