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

Commit

Permalink
#50 explicitly set version to 12 when loading in build.fsx again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed Nov 27, 2014
1 parent 82e2317 commit 45891c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Target "SourceLink" (fun _ ->
printfn "starting SourceLink"
let sourceIndex proj pdb =
use repo = new GitRepo(__SOURCE_DIRECTORY__)
let p = VsProj.LoadRelease proj
let p = VsProj.Load proj ["Configuration","Release"; "VisualStudioVersion","12.0"]
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 45891c2

Please sign in to comment.