Need msbuild file that will publish a Web Application
Posted
by Hal Diggs
on Stack Overflow
See other posts from Stack Overflow
or by Hal Diggs
Published on 2010-04-15T22:40:33Z
Indexed on
2010/04/15
22:43 UTC
Read the original article
Hit count: 670
msbuild
Has anyone had success making an msbuild file that will publish a Web Application, not the old 2.0 web site but a Web Application?
This is not what I am looking for:
<MSBuild Projects="eRx.Web.SecureSiteShell.csproj" Properties="Configuration=Debug;OutDir=$(OutputFolder)\$(OutputWeb)\bin\;WebProjectOutputDir=$(OutputFolder)\$(OutputWeb)\" Targets="ResolveReferences;_CopyWebApplication" />
I tried simply using 'targets:Publish' but I get : Skipping unpublishable project.
© Stack Overflow or respective owner