Hi There,
I am trying to compile a .csproj file – using the solution task in a nant buildfile – keeping it very simple
Here are the contents of my buildfile – I am completely new to this – any assistance would be great
<?xml version="1.0" encoding="utf-8"?> <project name="Store" xmlns="http://nant.sf.net/nant.xsd">
<solution configuration="Release"> <projects> <include name="C:\Store\store.csproj" /> </projects> </solution> </project>
Thanks, Vamsi |