Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys,

I have .csproj file which creates the build artifacts when i Check in something or do a Force Build.
The tool we're using is AntHill Pro to build and create artifacts.

Now, mine is a Dotnet application, the current build happens successfully and creates normal dll's and evrything is fine.

But now my project also has the .aspx.cs files which are coming along with this build.

I want to convert these .cs files to dll's which will be going and sitting in the bin folder.

This happens when we do a "Publish Website" thru Visual Studio.

I want a command line script to do the same...
Please help guys..

Anthill Pro builds similar to command line using

MSBuild.exe

I cant get the exact command to create the dll's from .aspx.cs.

Thanks!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900