Tagged Questions
5
votes
1answer
330 views
Visual Studio Post-build event: for %f in (set) command
This command in the Visual Studio 2010 Post-build event
for %f in ("$(ProjectDir)$(OutDir)*.dll") do echo %f
(echo will be replaced with some other tool) gives me the error
The command "[...]" ...
0
votes
2answers
671 views
How to exclude Post Build Jobs using MSBuild & Cruise Control
We have a Library Project that we use for all our central reused code called "CentralLibs.dll"
This library gets GAC'd on all our servers during deployment so to make things handier for the DEVs when ...
0
votes
1answer
752 views
Questions about .NET and Xenocode Postbuild
Referring to this topic (and accepted answer).
Isn't .NET Windows only (except for emulators)? How will using Xenocode Postbuild affect the portability of the application? Will compiling my ...