Skip to content

Commit 9df0d26

Browse files
committed
Bump version to 1.0
1 parent 886f7d9 commit 9df0d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.fsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ Target "SourceLink" (fun _ ->
163163
-- "src/**/*.shproj"
164164
|> Seq.iter (fun projFile ->
165165
let proj = VsProj.LoadRelease projFile
166-
SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
166+
proj |> ignore
167+
//SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
167168
)
168169
)
169170

0 commit comments

Comments
 (0)