Add source-build hook for dotnet install (#24929)
authorJarret Shook <jashoo@microsoft.com>
Mon, 10 Jun 2019 21:13:27 +0000 (14:13 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2019 21:13:27 +0000 (14:13 -0700)
commit730c3c5c66183418adbbc63acd40d261c9ce23ed
tree6e8d98a0fffaefca0c46e9667afeeb1dc051b4dc
parent64855db283bf84e8d47cfd6d5cde4248df3e0f50
Add source-build hook for dotnet install (#24929)

* 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
build.sh
dotnet.sh
init-dotnet.sh