summaryrefslogtreecommitdiff
path: root/tests/buildtest.cmd
diff options
context:
space:
mode:
authorHadi Brais <hadi.b@live.com>2015-06-08 18:52:23 +0530
committerHadi Brais <hadi.b@live.com>2015-06-08 21:41:48 +0530
commitff56705cf609b2c54bfa36a227b5bf818c050ea3 (patch)
tree73fa10dc2d7c42d23143388e140cfcea8ffe67a2 /tests/buildtest.cmd
parent2b6efaeed3b263b3be0be46716205152567e854a (diff)
downloadcoreclr-ff56705cf609b2c54bfa36a227b5bf818c050ea3.tar.gz
coreclr-ff56705cf609b2c54bfa36a227b5bf818c050ea3.tar.bz2
coreclr-ff56705cf609b2c54bfa36a227b5bf818c050ea3.zip
Build, Windows: Use Config instead of Build Type
CMAKE_BUILD_TYPE should not be used with multi-configuration toolsets like Visual Studio. This commit removes the dependence of the Windows build on CMAKE_BUILD_TYPE. See (https://github.com/dotnet/coreclr/pull/1111#commitcomment-11562822).
Diffstat (limited to 'tests/buildtest.cmd')
-rw-r--r--tests/buildtest.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index f2ca47b814..2f44f53d34 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -118,7 +118,7 @@ exit /b 1
:GenVSSolution
:: Regenerate the VS solution
pushd "%__NativeTestIntermediatesDir%"
-call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectFilesDir%\" %__VSVersion% %__BuildType%
+call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectFilesDir%\" %__VSVersion%
popd
:BuildComponents