File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 8383 )
8484 echo Found UnityLauncherPro.exe
8585
86+ # download vs installer builder
87+ - name : Download Installer‐Projects VSIX
88+ shell : pwsh
89+ run : |
90+ $vsixUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/extensions/VisualStudioInstallerProjects/versions/1.0.0/media"
91+ Invoke-WebRequest $vsixUrl -OutFile installerprojects.vsix
92+
93+ # install vs installer builder
94+ - name : Install Installer‐Projects extension
95+ shell : pwsh
96+ run : |
97+ & "${{ steps.vswhere.outputs.installPath }}\Common7\IDE\VSIXInstaller.exe" \
98+ installerprojects.vsix /quiet
8699
87100 # Build MSI installer project using Visual Studio 2022 workaround
88101 - name : Build Installer MSI
You can’t perform that action at this time.
0 commit comments