hi everyone
i am trieng to create a batch task that will publish my site in release mode but with no luck...
my script for doing so is this:
aspnet_compiler -errorstack -nologo -fixednames -v / -p "C:\projects\mysite\COMPONENTS\sitefolder" -f -u "C:\projects\publish-mysite"
my site has about 10 other projects in the solution. so i expect them to all be published in release mode. (the site refrence those projects)
please help. thanks