Searched refs:InstallScriptPath (Results 1 – 3 of 3) sorted by relevance
11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath19 &$InstallScriptPath -Version 3.1.415 variable20 &$InstallScriptPath -Version 6.0.100 variable
21 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable24 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"25 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath29 &$InstallScriptPath -Version 3.1.415 variable30 &$InstallScriptPath -Version 6.0.100 variable