summaryrefslogtreecommitdiff
path: root/build.cmd
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Do not clean tests folder when skiptests option is used along with cleanRahul Kumar1-2/+0
2016-07-06Fix incremental build problem for cross-componentsRahul Kumar1-6/+73
2016-06-25Change to Generate nuget packages for Windows Arm64 builds.Gaurav Khanna1-1/+0
2016-06-16Fix arm64 build breakRahul Kumar1-2/+2
2016-06-16Fix error when passing msbuild args to build.cmd/buildtest.cmdwtgodbe1-54/+44
2016-05-31Merge pull request #5189 from AlexGhiondea/buildPackageAlexGhiondea1-38/+4
2016-05-30Fix: if errorlevel 0 is almost always true (#5308)James Ko1-2/+2
2016-05-27Introduce a central packages.builds file that controls building the nuget pac...Alex Ghiondea1-38/+4
2016-05-26Fxing the case of COMPlus_GCStressRama Krishnan Raghupathy1-7/+0
2016-05-23ILAsm/ILDAsm PackageKyungwoo Lee1-0/+22
2016-05-18Update build scripts to fix small errorswtgodbe1-4/+4
2016-05-17Add dev workflow scripts for build pipelinewtgodbe1-0/+11
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-37/+48
2016-05-04Fix Windows 'linuxmscorlib arm' buildMikhail I. Krivtsov1-1/+1
2016-05-03Merge pull request #4759 from rahku/crossgenRahul Kumar1-1/+1
2016-05-03Fix checking of correct errorlevel for crossgenRahul Kumar1-1/+1
2016-05-03Create JIT packages during the build.Pat Gavlin1-19/+32
2016-04-27Fix issue 4367 where file description of native tools is wrong (#4598)Jose Perez Rodriguez1-2/+2
2016-04-26This has following changes:Rahul Kumar1-7/+12
2016-04-24Fix PS version log pathJan Vorlicek1-1/+1
2016-04-21Adding Versioning to Native components in non-Windows builds. (#4393)Jose Perez Rodriguez1-1/+11
2016-04-19Enable running crossgen as part of arm64 buildRahul Kumar1-14/+9
2016-04-15Detect if powershell version is suitable for restoring build toolsAndy Ayers1-3/+21
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-1/+3
2016-04-06Merge pull request #4061 from jamesqo/use-roslynJan Kotas1-3/+0
2016-04-06Adding Common versioning to managed and Native components of coreclrJose Perez Rodriguez1-0/+3
2016-04-03Remove UseRoslynCompiler variable from the build systemJames Ko1-3/+0
2016-04-01Fix clean build that deletes ToolsKyungwoo Lee1-0/+1
2016-03-25Fix ARM64 lib toolchainKyungwoo Lee1-1/+1
2016-03-18ARM64: Prepend toolset pathKyungwoo Lee1-1/+1
2016-03-16Enable tests to run under a specified GCStress modeGaurav Khanna1-0/+7
2016-03-09Merge pull request #3598 from joperezr/DisableOpenSourceSignJose Perez Rodriguez1-2/+5
2016-03-09Disable OpenSourceSign and update Build ToolsJose Perez Rodriguez1-2/+5
2016-03-09Enable native test binaries to be built for Arm64Rama Krishnan Raghupathy1-21/+26
2016-02-27Add netbsdmscorlib to build.cmdKamil Rytarowski1-3/+4
2016-02-26Validate PowerShell prerequisite. Update documentation.Ben Monroe1-0/+10
2016-02-22add helix run support to coreclr repoRahul Kumar1-1/+2
2016-02-22Generate WinX86 Nuget packageGaurav Khanna1-9/+1
2016-02-17Fix arm64 build breakRahul Kumar1-1/+2
2016-02-07Change to support Microsoft.NetCore.Runtime.CoreCLR nuget package generation.Gaurav Khanna (CLR)1-0/+25
2016-02-04Cleanup VS2013 referenceGaurav Khanna1-3/+2
2016-02-03Initial support for CFG. This makes VS 2015 as the minimum required build too...Gaurav Khanna (CLR)1-10/+2
2016-01-29update version of buildtoolsRahul Kumar1-0/+7
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-39/+0
2016-01-13Add configureonly and skipconfigure to builds.Pat Gavlin1-0/+17
2016-01-08Add "all" command to build.cmdBruce Forstall1-14/+169
2016-01-08Allow all architectures for buildtest.cmdBruce Forstall1-5/+0
2016-01-07Improve buildtest.cmd, runtest.cmdBruce Forstall1-3/+17
2016-01-06Improve and clean-up build.cmdBruce Forstall1-173/+341
2016-01-04Merge pull request #2474 from gkhanna79/FixArm64Gaurav Khanna1-1/+1