File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 102
102
}
103
103
}
104
104
if ($true ) {
105
- $result += Get-PhpVersionFromUrl - Url ' https://dl.bintray. com/shivammathur/php/php-master-nts-windows-vs16-x64.zip' - ReleaseState $State
106
- $result += Get-PhpVersionFromUrl - Url ' https://dl.bintray. com/shivammathur/php/php-master-ts-windows-vs16-x64.zip' - ReleaseState $State
107
- $result += Get-PhpVersionFromUrl - Url ' https://dl.bintray. com/shivammathur/php/php-master-nts-windows-vs16-x86.zip' - ReleaseState $State
108
- $result += Get-PhpVersionFromUrl - Url ' https://dl.bintray. com/shivammathur/php/php-master-ts-windows-vs16-x86.zip' - ReleaseState $State
105
+ $result += Get-PhpVersionFromUrl - Url ' https://github. com/shivammathur/php-builder-windows/releases/download/master /php-master-nts-windows-vs16-x64.zip' - ReleaseState $State
106
+ $result += Get-PhpVersionFromUrl - Url ' https://github. com/shivammathur/php-builder-windows/releases/download/master /php-master-ts-windows-vs16-x64.zip' - ReleaseState $State
107
+ $result += Get-PhpVersionFromUrl - Url ' https://github. com/shivammathur/php-builder-windows/releases/download/master /php-master-nts-windows-vs16-x86.zip' - ReleaseState $State
108
+ $result += Get-PhpVersionFromUrl - Url ' https://github. com/shivammathur/php-builder-windows/releases/download/master /php-master-ts-windows-vs16-x86.zip' - ReleaseState $State
109
109
}
110
110
}
111
111
default {
You can’t perform that action at this time.
0 commit comments