Home
last modified time | relevance | path

Searched refs:InstallScriptUrl (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/
Dinstall_dotnet_sdk.ps110 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1' variable
14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath" variable
15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath variable