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 886f7d9 commit 9df0d26Copy full SHA for 9df0d26
build.fsx
@@ -163,7 +163,8 @@ Target "SourceLink" (fun _ ->
163
-- "src/**/*.shproj"
164
|> Seq.iter (fun projFile ->
165
let proj = VsProj.LoadRelease projFile
166
- SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
+ proj |> ignore
167
+ //SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __SOURCE_DIRECTORY__ baseUrl
168
)
169
170
0 commit comments