Lines Matching refs:bname
7 $bname = "php-sdk-$env:BIN_SDK_VER.zip" variable
8 if (-not (Test-Path "C:\build-cache\$bname")) { variable
9 …"https://github.com/Microsoft/php-sdk-binary-tools/archive/$bname" -OutFile "C:\build-cache\$bname" variable
14 Expand-Archive "C:\build-cache\$bname" 'C:\build-cache' variable
34 $bname = "php-devel-pack-$phpversion$ts_part-Win32-$env:VC-$env:ARCH.zip" variable
35 if (-not (Test-Path "C:\build-cache\$bname")) { variable
37 …oke-WebRequest "https://windows.php.net/downloads/releases/$bname" -OutFile "C:\build-cache\$bname" variable
39 … Invoke-WebRequest "https://windows.php.net/downloads/qa/$bname" -OutFile "C:\build-cache\$bname" variable
45 Expand-Archive "C:\build-cache\$bname" 'C:\build-cache' variable
52 $bname = "php-$phpversion$ts_part-Win32-$env:VC-$env:ARCH.zip" variable
53 if (-not (Test-Path "C:\build-cache\$bname")) { variable
55 …oke-WebRequest "https://windows.php.net/downloads/releases/$bname" -OutFile "C:\build-cache\$bname" variable
57 … Invoke-WebRequest "https://windows.php.net/downloads/qa/$bname" -OutFile "C:\build-cache\$bname" variable
62 Expand-Archive "C:\build-cache\$bname" "C:\build-cache\$dname" variable