Skip to content

Commit

Permalink
Merge pull request #27 from AlexanderKrutov/development
Browse files Browse the repository at this point in the history
Fixed build script
  • Loading branch information
AlexanderKrutov authored Oct 26, 2018
2 parents c06a606 + 098842a commit c3320ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set PROJECT_PATH=DataTables.Queryable.proj

for /f "usebackq tokens=1* delims=: " %%i in (`.nuget\vswhere.exe -latest -requires Microsoft.Component.MSBuild`) do (
for /f "usebackq tokens=1* delims=: " %%i in (`.utils\vswhere.exe -latest -requires Microsoft.Component.MSBuild`) do (
if /i "%%i"=="installationPath" set InstallDir=%%j
)

Expand Down

0 comments on commit c3320ab

Please sign in to comment.