Skip to content

Commit 98a6a74

Browse files
committed
restore path
1 parent 4ab4cc1 commit 98a6a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Building.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Build() =
1818
|> Seq.iter(fun p ->
1919
let path = Paths.ProjectJson p.Name
2020
let o = Paths.ProjectOutputFolder p DotNetFramework.NetStandard1_3
21-
DotNet.Exec ["restore"]
21+
DotNet.Exec ["restore"; path]
2222
DotNet.Exec ["build"; path; "--configuration Release"; "-o"; o; "-f"; DotNetFramework.NetStandard1_3.Identifier.MSBuild]
2323
)
2424

0 commit comments

Comments
 (0)