Re: How to do a build in the background with command prompt
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 03/22/05
- Next message: Jon Skeet [C# MVP]: "Re: How to identify frequently accessed methods, functions, events?"
- Previous message: Nidhi Mittal: "Databinding in c#"
- In reply to: Zeng: "How to do a build in the background with command prompt"
- Next in thread: Zeng: "Re: How to do a build in the background with command prompt"
- Reply: Zeng: "Re: How to do a build in the background with command prompt"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Mar 2005 07:01:46 -0000
Zeng <Zeng5000@hotmail.com> wrote:
> I'm using C# .NET. Is there a way to do a build my project and solution
> with command prompt? I hope that while it's doing that, at least I can
> browse around the code instead of being stuck with un-responsive IDE during
> build started in IDE.
You can run devenv from a command prompt, eg
devenv MySolution.sln /build Debug
Just be warned that if you change code during a compile, you could end
up with "interesting" results :)
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Jon Skeet [C# MVP]: "Re: How to identify frequently accessed methods, functions, events?"
- Previous message: Nidhi Mittal: "Databinding in c#"
- In reply to: Zeng: "How to do a build in the background with command prompt"
- Next in thread: Zeng: "Re: How to do a build in the background with command prompt"
- Reply: Zeng: "Re: How to do a build in the background with command prompt"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|