We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ccce5 commit 746e21dCopy full SHA for 746e21d
build/scripts/Building.fsx
@@ -18,7 +18,7 @@ type Build() =
18
|> Seq.iter(fun p ->
19
let path = Paths.ProjectJson p.Name
20
let o = Paths.ProjectOutputFolder p DotNetFramework.NetStandard1_3
21
- DotNet.Exec ["restore"]
+ DotNet.Exec ["restore"; path]
22
DotNet.Exec ["build"; path; "--configuration Release"; "-o"; o; "-f"; DotNetFramework.NetStandard1_3.Identifier.MSBuild]
23
)
24
0 commit comments