summaryrefslogtreecommitdiff
path: root/init-dotnet.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-06-12Change how build.sh/build.cmd parse the PGO and IBC versionsjashook1-3/+3
This will reduce fragility in our build pipeline, by explicitely controlling the output of dotnet msbuild. It also unblocks the source-build effort, as source-build will write extra console output breaking our old parsing.
2019-06-10Add source-build hook for dotnet install (#24929)Jarret Shook1-1/+1
* Add source-build hook for dotnet install * Fix batch syntax * Address feedback * Use the correct returned variables: unix: _InitializeDotNetCli windows: DOTNET_TOOL_DIR * Remove changes to dotnet.cmd * Do not export, just use _InitializeDotNetCli
2019-05-30Remove BuildTools from product build (#24841)Elinor Fung1-0/+15
* Remove BuildTools imports from product build * Split scripts for installing dotnet vs BuildTools