summaryrefslogtreecommitdiff
path: root/build.cmd
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin1-15/+10
2019-06-18Fix 25233 (#25234)Jarret Shook1-9/+9
2019-06-14Add a build option to skip building managed tools (#25171)Jarret Shook1-0/+2
2019-06-13Partially address commentsjashook1-5/+5
2019-06-13Remove duplicate notjashook1-3/+3
2019-06-13Address PR feedback.jashook1-10/+27
2019-06-13Fix set syntaxjashook1-2/+2
2019-06-13Also use WriteLinesToFile for IBC merge and read in the file in build.cmdjashook1-2/+7
2019-06-13Add ${__CommonMSBuildArgs} to pass buildtype and archjashook1-2/+2
2019-06-12Change how build.sh/build.cmd parse the PGO and IBC versionsjashook1-4/+15
2019-05-30Fix #24867 (#24870)Jarret Shook1-1/+1
2019-05-30Remove BuildTools from product build (#24841)Elinor Fung1-20/+9
2019-05-29Stop using %~dp0 in build scripts after args processing (#24842)Elinor Fung1-2/+2
2019-05-28Use Arcade for native versioning (#24785)Elinor Fung1-6/+4
2019-05-23Fix restoring internal tools (#24750)Elinor Fung1-3/+3
2019-05-23Fix missing version numbers in packaged files and getting IBC merge version i...Elinor Fung1-1/+1
2019-05-22Use -c when trying to find Python (#24722)Steve Dower1-1/+3
2019-05-21Switch NuGet package build to use Arcade instead of BuildTools (#24619)Elinor Fung1-45/+30
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-33/+0
2019-05-10Properly set the nuget cache for the repo (#24505)Aaron Robinson1-2/+2
2019-05-07Merge pull request #24444 from BruceForstall/FixGenerateLayoutArgPassingBruce Forstall1-1/+1
2019-05-07Fix build.cmd passing of args to runtest.cmdBruce Forstall1-1/+1
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-8/+21
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky1-62/+65
2019-04-29Restore IBCMerge using an authenticated service connection (#24284)Jeremy Koritzinsky1-6/+2
2019-04-25Add IBCMerge restore source to the restore command. (#24250)Jeremy Koritzinsky1-2/+2
2019-04-24Update IBCMerge and ensure that it runs when in a release build and ibcoptimi...Jeremy Koritzinsky1-10/+27
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au1-2/+2
2019-03-06Change IBC data path to match Arcade standard (#23063)Michelle McDaniel1-1/+1
2019-03-04Pass -priority= argument directly to build-test.cmd (#23007)Egor Chesakov1-2/+5
2019-03-01Use arcade's version of dotnet to build (#22755)Steve MacLean1-4/+4
2019-02-27Change IBC package layout to match what we generate (#22799)Michelle McDaniel1-1/+1
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding1-13/+8
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang1-1/+1
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-6/+6
2019-02-04Configure MSBuild debug path and save any logsBruce Forstall1-3/+8
2019-01-31Add -skipcrossarchnative option to build.cmd (#22091)Bruce Forstall1-6/+12
2019-01-30Remove run.exe and config.json (#21608)Sven Boemer1-17/+52
2019-01-09Change CoreLib native image to be R2R by default on all platforms (#21497)Fadi Hanna1-6/+2
2019-01-08Fix consistency between `-` and prefixless args in build.cmd (#20248)Charles Milette1-0/+2
2018-11-29Fix build parallelism on Windows with NUMA (#21278)Jan Vorlicek1-1/+3
2018-11-16Eliminate CMAKE dependency when not required (#21040)Dan Moseley1-2/+7
2018-10-24Run IBCMerge step for Linux on Windows (#20496)Michelle McDaniel1-94/+100
2018-10-11Added `-generatelayout` (#20247)Jurjen Biewenga1-0/+1
2018-08-20Add IBC support (#19046)Michelle McDaniel1-4/+84
2018-08-05Clean up build.cmd/build-test.cmd/runtest.cmdBruce Forstall1-78/+93
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-61/+6
2018-07-09Use BuildManagedTools argument instead of environment variable, removed unnee...Amy Yu1-0/+4
2018-07-09Add R2RDump to build.proj, running dotnet restore before target buildAmy Yu1-12/+13
2018-05-22Remove -Rebuild option from build scripts (#18089)Brian Robbins1-1/+11