File tree 2 files changed +5
-16
lines changed
2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -143,22 +143,11 @@ Target "Test" (fun _ ->
143
143
)
144
144
145
145
Target " SourceLink" ( fun _ ->
146
- use repo = new GitRepo(__ SOURCE_ DIRECTORY__)
147
146
!! " src/app/**/*.fsproj"
148
147
|> Seq.iter ( fun f ->
149
148
let proj = VsProj.LoadRelease f
150
- logfn " source linking %s " proj.OutputFilePdb
151
- let files =
152
- proj.CompilesNotLinked
153
- -- " **/AssemblyInfo.fs"
154
- try
155
- repo.VerifyChecksums files
156
- proj.VerifyPdbChecksums files
157
- with
158
- | _ -> ()
159
- proj.CreateSrcSrv ( sprintf " %s /%s /{0}/%%var2%%" gitRaw projectName) repo.Commit ( repo.Paths files)
160
- Pdbstr.exec proj.OutputFilePdb proj.OutputFilePdbSrcSrv
161
- )
149
+ let url = sprintf " %s /%s /{0}/%%var2%%" gitRaw projectName
150
+ SourceLink.Index proj.CompilesNotLinked proj.OutputFilePdb __ SOURCE_ DIRECTORY__ url )
162
151
let pdbFakeLib = " ./build/FakeLib.pdb"
163
152
CopyFile " ./build/FAKE.Deploy" pdbFakeLib
164
153
CopyFile " ./build/FAKE.Deploy.Lib" pdbFakeLib
@@ -263,7 +252,7 @@ Target "Default" DoNothing
263
252
" Clean"
264
253
==> " SetAssemblyInfo"
265
254
==> " BuildSolution"
266
- ==> " Test"
255
+ ==> " Test"
267
256
==> " Default"
268
257
==> " CopyLicense"
269
258
=?> ( " GenerateDocs" , isLocalBuild && not isLinux)
Original file line number Diff line number Diff line change 70
70
RavenDB.Client (2.5.2956)
71
71
Microsoft.CompilerServices.AsyncTargetingPack
72
72
RavenDB.Server (3.0.3660)
73
- SourceLink.Fake (0.5 .0)
73
+ SourceLink.Fake (1.0 .0)
74
74
SSH.NET (2013.4.7)
75
75
System.Web.Razor.Unofficial (2.0.2)
76
76
toastr (2.1.1)
79
79
xunit (1.9.2)
80
80
xunit.extensions (1.9.2)
81
81
xunit (1.9.2)
82
- xunit.runners (1.9.2)
82
+ xunit.runners (1.9.2)
You can’t perform that action at this time.
0 commit comments