Home
last modified time | relevance | path

Searched defs:DotNetInstallScript (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/build/
H A Dbuild.ps175 $DotNetInstallScript = Join-Path $DotNetRoot "dotnet-install.ps1" in InstallDotNetCli() variable
77 if (!(Test-Path $DotNetInstallScript)) { in InstallDotNetCli() variable
79 …e-WebRequest "https://dot.net/v1/dotnet-install.ps1" -UseBasicParsing -OutFile $DotNetInstallScript in InstallDotNetCli() variable
91 …Invoke-Expression -Command "& '$DotNetInstallScript' -Version $DotNetCliVersion $DotNetInstallVerb… in InstallDotNetCli() variable