Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlhaus committed Jun 29, 2016
1 parent 886f7d9 commit 9df0d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ Target "SourceLink" (fun _ ->
-- "src/**/*.shproj"
|> Seq.iter (fun projFile ->
let proj = VsProj.LoadRelease projFile
SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
proj |> ignore
//SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
)
)

Expand Down

0 comments on commit 9df0d26

Please sign in to comment.