Преглед на файлове

Switched to pdonald/FrameworkBenchmarks in installer-bootstrap.ps1

Pēteris Ņikiforovs преди 12 години
родител
ревизия
643813012e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      installer-bootstrap.ps1

+ 2 - 1
installer-bootstrap.ps1

@@ -9,7 +9,7 @@ if (!$Work) {
 $basedir = "C:\FrameworkBenchmarks"
 $workdir = $basedir + "\installs"
 
-$repo = "https://github.com/TechEmpower/FrameworkBenchmarks"
+$repo = "https://github.com/pdonald/FrameworkBenchmarks"
 $installer = $basedir + "\installer.ps1"
 
 $git = "C:\Git\bin\git.exe"
@@ -33,6 +33,7 @@ Remove-Item -Recurse -Force $basedir
 
 Write-Host "Downloading FrameworkBenchmarks from git...`n"
 &$git "clone" $repo $basedir | Out-Host
+&$git "checkout windows" | Out-Host
 
 Write-Host "`nLaunching installer...`n"
 Set-ExecutionPolicy -ExecutionPolicy Bypass