Hello
Is it possible to use Sculptue on a Build-Server without Visual Studio installed?
Prefered Platform:
- Windows SDK for Windows 7 with .NET 3.5 SP1
- All required libs are referenced or in the GAC
We want to use a Build-Server like Hudson or CruiseControl, ... which calls msbuild.exe xyz.proj (Custom Build File):
1. Clean the Code
2. Generate Sculpture Code in the Folder "Generated Code"
3. Compile Solution
Or do we need to generate the code in Visual Studio and check the gernated code in? This wouldn't be nice, because everytime we have changes, a merging party can be done.
PS: We didn't start using Sculpture, but if Build-Server support is in it. It looks like a very nice tool.
Thx in advance and best regards