Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init-tools.sh « netcore - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b544b3fad83c059c381d9d939e6743906b3e68dd (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

# always ignore system dotnet
export use_installed_dotnet_cli=false

. "../eng/common/tools.sh"

InitializeDotNetCli true

which dotnet