mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
Restore Nuget packages during the build.
This commit is contained in:
@@ -21,6 +21,8 @@ let packagingRoot = "./packaging/"
|
||||
let packagingDir = packagingRoot @@ "octokit"
|
||||
let reactivePackagingDir = packagingRoot @@ "octokit.reactive"
|
||||
|
||||
RestorePackages()
|
||||
|
||||
Target "Clean" (fun _ ->
|
||||
CleanDirs [buildDir; reactiveBuildDir; testResultsDir; packagingRoot; packagingDir; reactivePackagingDir]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user