0
votes
2answers
118 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 handi …
0
votes
0answers
60 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 co …
0
votes
0answers
11 views
Post build testing with omake
Is there any way to add a post build command to an omakefile? I want it to automatically run unit tests everytime a build is successful, but am not sure of the best way to do this …
0
votes
0answers
36 views
Deploying a VS Web Application with files built in post-build
In our VS Web Application project, we have a post-build task that concatenates and minifies our JavaScript files into a single file name "OurApplication-.js" (where is the version …
1
vote
3answers
1k views
Post Build exited with code 1
I have project with a post build event:
copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir)
I works fine every time on my machine. I have a new developer who always …
0
votes
1answer
496 views
Post Build Events Customization In Visual Studio
Hi
Is there a way to customize the post build event macros, I would like to move the new assembly to a sub folder in the same directory named by the version of the assembly i.e.
…
