File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ open Tooling;
1111
1212type Build () =
1313
14- static let runningRelease = getBuildParam " target" = " release"
14+ static let runningRelease = hasBuildParam " version " || hasBuildParam " apikey " || getBuildParam " target " = " canary " || getBuildParam " target" = " release"
1515
1616 static let compileCore () =
1717 DotNetProject.AllPublishable
@@ -42,7 +42,7 @@ type Build() =
4242 | Some c -> Seq.append [ " -s" ; c]
4343 | None -> Seq.append Seq.empty
4444 |> Seq.append [ " ." ; " -u" ; Paths.Repository; " -d" ; ( Paths.ProjectOutputFolder p framework); " -include" ; projectName]
45- GitLink.Exec args
45+ GitLink.Exec [ " . " ; " -u " ; Paths.Repository ; " -d " ; ( Paths.ProjectOutputFolder p framework ); " -include " ; projectName ]
4646 |> ignore
4747 link DotNetFramework.Net45
4848 link DotNetFramework.Net46
You can’t perform that action at this time.
0 commit comments