diff --git a/src/Test/Perf/bootstrap.bat b/src/Test/Perf/bootstrap.bat index 76c51403a42a35e8f88b3b7ffe258e7cc308d764..65f7217b173b41df4f0fd026b0c7d34f1629a96f 100644 --- a/src/Test/Perf/bootstrap.bat +++ b/src/Test/Perf/bootstrap.bat @@ -1,9 +1,9 @@ @echo off -call ..\..\..\Restore.cmd +call %~dp0..\..\..\Restore.cmd set MSBuild=%ProgramFiles%\MSBuild\14.0\bin\msbuild.exe if not exist "%MSBuild%" set MSBuild=%ProgramFiles(x86)%\MSBuild\14.0\bin\msbuild.exe -"%MSBuild%" ..\..\Interactive\csi\csi.csproj /p:Configuration=Release /p:OutDir="%~dp0infra\bin\\" +"%MSBuild%" %~dp0..\..\Interactive\csi\csi.csproj /p:Configuration=Release /p:OutDir="%~dp0infra\bin\\"