diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-04-06 18:27:30 -1000 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-04-06 18:27:30 -1000 |
commit | 5e1f70cabf7e4f58c273452951fff53f1fd6981e (patch) | |
tree | 853c195e7cb5ba026fe2f7d6b52b08b82ef27919 /tests/runtest.cmd | |
parent | f760168ecd5469a22b8e3a94351750f9532d2abb (diff) | |
parent | 7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad (diff) | |
download | coreclr-5e1f70cabf7e4f58c273452951fff53f1fd6981e.tar.gz coreclr-5e1f70cabf7e4f58c273452951fff53f1fd6981e.tar.bz2 coreclr-5e1f70cabf7e4f58c273452951fff53f1fd6981e.zip |
Merge pull request #4061 from jamesqo/use-roslyn
Remove UseRoslynCompiler variable from the build system
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r-- | tests/runtest.cmd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd index 4f7e0c92da..eeca3a978e 100644 --- a/tests/runtest.cmd +++ b/tests/runtest.cmd @@ -106,7 +106,6 @@ if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin goto :CheckMSBuild14 :MSBuild14 set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" -set UseRoslynCompiler=true :CheckMSBuild14 if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe" if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions. && exit /b 1 |