Hi All,
I have a 64bit build machine, and in my build script I used task
for building a *.csproj. I could see task always calls 32bit
msbuild.exe to compile the project.
Is there any way where i could configure NANT or NANT contrib config files
or do some thing so that task will invoke 64bit m
Hi All,
I have a 64bit build machine, and in my build script I used task for
building a *.csproj. I could see task always calls 32bit msbuild.exe
to compile the project.
Is there any way where i could configure NANT or NANT contrib config files or
do some thing so that task will invoke