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

Commit

Permalink
fix #50 test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed May 7, 2015
1 parent cab444c commit 3eeb83f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +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.Load proj ["Configuration","Release"; "VisualStudioVersion","12.0"] // on AppVeyor
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
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source https://ci.appveyor.com/nuget/sourcelink-helmesfwai2a
source https://ci.appveyor.com/nuget/msbuild-kn0ejscjf29k

nuget FAKE
nuget SourceLink.Fake 0.5.0
nuget SourceLink.Fake 0.6.0-b175
nuget FSharp.Formatting
nuget NuGet.CommandLine
nuget RazorEngine
Expand Down
4 changes: 3 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ NUGET
RazorEngine (3.7.0)
Microsoft.AspNet.Razor (>= 3.0.0) - framework: >= net45
Microsoft.AspNet.Razor (2.0.30506.0) - framework: >= net40 < net45
SourceLink.Fake (0.5.0)
UnionArgParser (0.8.7)
remote: https://ci.appveyor.com/nuget/sourcelink-helmesfwai2a
specs:
SourceLink.Fake (0.6.0-b175)
remote: https://ci.appveyor.com/nuget/msbuild-kn0ejscjf29k
specs:
SourceLink.MSBuild (14.1.0)
Expand Down

0 comments on commit 3eeb83f

Please sign in to comment.