Skip to content

Commit

Permalink
Prettify build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkbeforecoding committed Oct 18, 2018
1 parent 145a342 commit 7d59055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.fsx
Expand Up @@ -345,7 +345,6 @@ let fakeStartInfo script workingDirectory args fsiargs environmentVars =
WorkingDirectory = workingDirectory
}
|> Process.withFramework
// |> Process.setEnvironmentVariable "MSBuild" MSBuild.msBuildExe
|> Process.setEnvironmentVariable "GIT" Git.CommandHelper.gitPath
)

Expand Down Expand Up @@ -536,7 +535,7 @@ Target.create"CreateTag" (fun _ ->
Git.Branches.pushTag "" "origin" release.NugetVersion
)

Target.create"Release" ignore
Target.create "Release" ignore

// --------------------------------------------------------------------------------------
// Run all targets by default. Invoke 'build <Target>' to override
Expand Down

0 comments on commit 7d59055

Please sign in to comment.