Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
#50 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed May 5, 2015
1 parent 27803c1 commit 5de2c0a
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 @@ -67,7 +67,8 @@ Target "SourceLink" <| fun _ ->
printfn "starting SourceLink"
let sourceIndex proj pdb =
use repo = new GitRepo(__SOURCE_DIRECTORY__)
let p = VsProj.LoadRelease proj
//let p = VsProj.LoadRelease proj
let p = VsProj.Load proj ["Configuration","Release"; "VisualStudioVersion","12.0"] // on AppVeyor
let pdbToIndex = if Option.isSome pdb then pdb.Value else p.OutputFilePdb
logfn "source indexing %s" pdbToIndex
let files = p.Compiles -- "**/AssemblyInfo.fs"
Expand Down

0 comments on commit 5de2c0a

Please sign in to comment.