Re: Can

Stefan Küng <[email protected]>
Newsgroups gmane.comp.version-control.subversion.tortoisesvn.devel
Message-ID <[email protected]>
On 18.02.2016 17:19, Sara M wrote:
> Interesting, it seems like I don't have this directory at all:
>
>   <variable name="DEBUGTOOLS" value="C:\Program Files (x86)\Debugging Tools for Windows (x86)" />
>
> Was there something I was supposed to install for "Debugging Tools for Windows"?

the debugging tools for windows are part of the windows sdk. Browse the 
SDK folder and you'll find an msi to install those.

But for a successful build, you don't need that really: this Nant task 
adjusts the debug symbol files (*.pdb) so that they contain additional 
info about the source files, i.e. where and how to fetch the source 
files when debugging. And then it uploads those symbol files to the 
symbol server.

I guess I have to change the build scripts to not do that automatically 
but only if explicitly requested.

But that's only executed if you pass the 'release' target to nant.

Since you're not creating an official release, just don't pass that target.

Or: edit the default.build file and empty out the 'uploadsymbols' task.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3161470

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.