HighTechTalks DotNet Forums  

What is the difference between Build and Rebuild?

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss What is the difference between Build and Rebuild? in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
thejamie
 
Posts: n/a

Default What is the difference between Build and Rebuild? - 02-02-2005 , 08:21 AM






Build Selection - Rebuild Selection
Build Solution - Rebuild Solution
Batch Build

There must be a difference between build and rebuild. For some reason, it
doesn't seem to matter which one I choose, but I suspect there is some
underlying principle of which I am unaware. Can someone please elucidate?
--
Regards,
Jamie

Reply With Quote
  #2  
Old   
Peter van der Goes
 
Posts: n/a

Default Re: What is the difference between Build and Rebuild? - 02-02-2005 , 10:05 PM







"thejamie" <thejamie (AT) discussions (DOT) microsoft.com> wrote

Quote:
Build Selection - Rebuild Selection
Build Solution - Rebuild Solution
Batch Build

There must be a difference between build and rebuild. For some reason, it
doesn't seem to matter which one I choose, but I suspect there is some
underlying principle of which I am unaware. Can someone please elucidate?
--
Regards,
Jamie
It won't matter much with a small solution.
Build selectively rebuilds only those parts of a solution (or named project)
that have changed since the last build.
Rebuild unconditionally rebuilds everything in your solution (or project,
depending on whether you choose Rebuild Solution or Rebuild "project name".

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.




Reply With Quote
  #3  
Old   
thejamie
 
Posts: n/a

Default Re: What is the difference between Build and Rebuild? - 02-03-2005 , 05:05 AM



Would there be any benefit for the person installing the product if I were to
use Build instead of Rebuild, or is it transparent on their part. I infer,
perhaps erroneously, that it may speed up their re-installation process if I
choose build rather than re-build. You have piqued my curiousity here. Is
Build analogous to a Patch, (as in MsiMsp.Exe w/ patchwiz.dll...) or are
these totally different objects?

"Peter van der Goes" wrote:

Quote:
"thejamie" <thejamie (AT) discussions (DOT) microsoft.com> wrote in message
news:2A3AC338-A96F-45F1-8980-E538DE7AD6B8 (AT) microsoft (DOT) com...
Build Selection - Rebuild Selection
Build Solution - Rebuild Solution
Batch Build

There must be a difference between build and rebuild. For some reason, it
doesn't seem to matter which one I choose, but I suspect there is some
underlying principle of which I am unaware. Can someone please elucidate?
--
Regards,
Jamie

It won't matter much with a small solution.
Build selectively rebuilds only those parts of a solution (or named project)
that have changed since the last build.
Rebuild unconditionally rebuilds everything in your solution (or project,
depending on whether you choose Rebuild Solution or Rebuild "project name".

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.




Reply With Quote
  #4  
Old   
Peter van der Goes
 
Posts: n/a

Default Re: What is the difference between Build and Rebuild? - 02-03-2005 , 08:35 AM




"thejamie" <thejamie (AT) discussions (DOT) microsoft.com> wrote

Quote:
Would there be any benefit for the person installing the product if I were
to
use Build instead of Rebuild, or is it transparent on their part. I
infer,
perhaps erroneously, that it may speed up their re-installation process if
I
choose build rather than re-build. You have piqued my curiousity here.
Is
Build analogous to a Patch, (as in MsiMsp.Exe w/ patchwiz.dll...) or are
these totally different objects?

These commands are internal to the development process within Visual Studio
and have nothing to do with installation of your product on a target
computer.
There is also no correlation to any post-deployment patching process.
As I said, the command selection will influence build time within Visual
Studio if your project/solution is large and only minor changes have been
made.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.