summaryrefslogtreecommitdiff
path: root/build-test.cmd
AgeCommit message (Collapse)AuthorFilesLines
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-1/+1
2017-03-07Updating the various windows build scripts to have a comment explaining the ↵Tanner Gooding1-0/+14
VS version selection logic.
2017-03-06Updating the build scripts to support VS2017.Tanner Gooding1-6/+15
2017-02-28Allow user to zip tests even when not building against packageswtgodbe1-5/+7
2017-02-16Remove all references to OpenSuse13.2wtgodbe1-1/+0
2017-02-14Return exit code 0 for long-running/GCSimulator tests in Helixwtgodbe1-1/+1
2017-01-31Download native binaries into a folder named 'RID'wtgodbe1-2/+2
2017-01-25Fix build-test.cmdBruce Forstall1-1/+2
Move set of __TestWorkingDir so it is available even when __BuildAgainstPackages is not defined.
2017-01-25Fix arg parsing for buildagainstpackages argumentwtgodbe1-1/+1
2017-01-24Add support for running CoreCLR Tests in Helixwtgodbe1-3/+64
2017-01-19Fix an error in build-test.cmd (#8890)Jonghyun Park1-8/+8
* Fix an error in CMake Probe * Add double qutation around %__ProjectDir * Revert "Fix an error in CMake Probe" This reverts commit 78be1c0a2909d633023758fdebcc558bf07e3a4c.
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build ↵Jan Kotas1-1/+1
(#8673) Port of https://github.com/dotnet/corert/issues/2377
2016-10-31Use normal verbosity logging when building tests (#7921)Andy Ayers1-1/+1
Test build log file is ~4GB with diag verbosity. With normal it's about 20MB. This seems to speed up the test build for me considerably. See #7916.
2016-10-17Build tests against packages & produce Core_Root for arbitrary OSwtgodbe1-6/+70
2016-10-07Standardize on _echo name (#7532)Vance Morrison1-3/+3
2016-08-25Enable Arm32 Test BuildGaurav Khanna1-6/+5
2016-08-10Re-enable creating Tests_Native* log filesRuss Keldorph1-2/+15
Recently we seem to have lost the ability to generate Tests_Native logs. Currently, there are many build warnings that don't appear in any of the logs because the native test build output is going to the console only. The lines I'm adding are already duplicated other times in the same file, so they are a candidate for refactoring, but I'll leave that for others.
2016-08-03ARM64: Fix Build Test BreakKyungwoo Lee1-7/+6
2016-08-01Change processing of args in build scripts to keep =.Lakshmi Priya Sekar1-14/+15
2016-07-29Use run tool in coreclr dev workflow.Lakshmi Priya Sekar1-0/+289