mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add "-products *" parameter for VsWhere.
This commit is contained in:
parent
afc302cd6f
commit
d7fece358c
@ -26,7 +26,7 @@ param (
|
||||
$ErrorActionPreference = "Stop"
|
||||
$InstallerDir = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer"
|
||||
$VsWhere = "$InstallerDir\vswhere.exe"
|
||||
$MSBuildPath = (&"$VsWhere" -latest -find "**\Current\Bin\MSBuild.exe").Trim()
|
||||
$MSBuildPath = (&"$VsWhere" -latest -products * -find "**\Current\Bin\MSBuild.exe").Trim()
|
||||
$Root = (Get-Item -Path $PSScriptRoot).Parent.FullName
|
||||
$SignAssemblies = $false
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user