mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.2.0"
|
||||
"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.4.1"
|
||||
|
||||
:Build
|
||||
cls
|
||||
|
||||
+4
-8
@@ -81,14 +81,10 @@ if ($Clean) {
|
||||
Run-Command -Quiet -Fatal { git clean -xdf }
|
||||
}
|
||||
|
||||
if (Test-Path tools\FAKE.Core\tools\Fake.exe) {
|
||||
Write-Output "FAKE is already installed."
|
||||
}
|
||||
else {
|
||||
Write-Output "Installing FAKE..."
|
||||
Write-Output ""
|
||||
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.2.1"
|
||||
}
|
||||
|
||||
Write-Output "Installing FAKE..."
|
||||
Write-Output ""
|
||||
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.4.1"
|
||||
|
||||
Write-Output "Building Octokit..."
|
||||
Write-Output ""
|
||||
|
||||
Reference in New Issue
Block a user