Skip to content

Commit 2cfe34a

Browse files
committed
Fix teardown target in build script.
1 parent 432d8c3 commit 2cfe34a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.fsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ Target "NuGetPush" (fun _ ->
210210

211211
FinalTarget "Teardown" (fun _ ->
212212
let cmd = sprintf "checkout %s" asmFile
213-
Git.CommandHelper.fireAndForgetGitCommand baseDir cmd
213+
let result = Git.CommandHelper.runSimpleGitCommand baseDir cmd
214+
()
214215
)
215216

216217

0 commit comments

Comments
 (0)