summaryrefslogtreecommitdiff
path: root/clean.cmd
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Fix clean.cmd to work if no parameters are passed (#14969)Matt Mitchell1-0/+2
2017-11-08Update clean.sh script to reflect changes introduced in clean.cmd, unify ↵Jacek Blaszczynski1-6/+9
messages and functionality
2017-11-08Refactor clean.cmd based on corefx implementationJacek Blaszczynski1-95/+14
clean.cmd supports removal of bin dir, repo-local nuget packeges directory and user-local nuget packages directory. In addition it is possible to clean repo using git clean -xdf command by passing -all command line switch to clean.cmd. In addition logic supporting killing of VBCScompiler.exe process is added
2017-11-06Improve clean.cmd by adding VBCScompiler.exe kill logic and git clean -xdf ↵Jacek Blaszczynski1-1/+16
cleanup
2016-10-07Standardize on _echo name (#7532)Vance Morrison1-1/+1
2016-07-29Use run tool in coreclr dev workflow.Lakshmi Priya Sekar1-11/+11
2016-05-18Update build scripts to fix small errorswtgodbe1-3/+84
2016-05-17Add dev workflow scripts for build pipelinewtgodbe1-0/+24