Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/
H A Dinstall_dotnet_sdk.ps111 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"
15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
19 &$InstallScriptPath -Version 3.1.415 variable
20 &$InstallScriptPath -Version 6.0.100 variable
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/
H A Dinstall_dotnet_sdk.ps111 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"
15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
19 &$InstallScriptPath -Version 3.1.415 variable
20 &$InstallScriptPath -Version 6.0.100 variable
/aosp_15_r20/external/grpc-grpc/src/csharp/
H A Dinstall_dotnet_sdk.ps121 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
24 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"
25 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
29 &$InstallScriptPath -Version 3.1.415 variable
30 &$InstallScriptPath -Version 6.0.100 variable