mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Updated vswhere.exe
This commit is contained in:
parent
aae0d1c4ba
commit
ec9f62285a
2 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -88,7 +88,7 @@ CleanFolder()
|
|||
|
||||
BuildWithMSBuild()
|
||||
{
|
||||
msBuildPath=`$vswhere -latest -products \* -requires Microsoft.Component.MSBuild -find MSBuild\\\\\*\*\\\\Bin\\\\MSBuild.exe`
|
||||
msBuildPath=`$vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\\\\\*\*\\\\Bin\\\\MSBuild.exe`
|
||||
msBuildPath=${msBuildPath/C:\\/\/c\/}
|
||||
msBuildPath=${msBuildPath//\\/\/}
|
||||
msBuildDir=$(dirname "$msBuildPath")
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue