Skip to content

Commit

Permalink
disable checksum check
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed May 25, 2015
1 parent d9bb775 commit 83027d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ Target "SourceLink" (fun _ ->
let proj = VsProj.LoadRelease projFile
logfn "source linking %s" proj.OutputFilePdb
let files = proj.Compiles -- assemblyInfo
repo.VerifyChecksums files
proj.VerifyPdbChecksums files
proj.CreateSrcSrv baseUrl repo.Revision (repo.Paths files)
// TODO: repo.VerifyChecksums files
// TODO: proj.VerifyPdbChecksums files
proj.CreateSrcSrv baseUrl repo.Commit (repo.Paths files)
Pdbstr.exec proj.OutputFilePdb proj.OutputFilePdbSrcSrv
)
)
Expand Down

0 comments on commit 83027d2

Please sign in to comment.