None
0 Points
26 Posts
Jun 01, 2011 10:02 AM|miroslavsekera|LINK
Hi,
at the MSDN http://msdn.microsoft.com/en-us/library/ee942158.aspx#can_i_specify_that_a_package_should_be_created_every_time_i_build_a_solution
there is described the way how to "specify that a package should be created every time I build a solution".
that should be acomplished by adding the following to the csproj file
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DeployOnBuild>True</DeployOnBuild>
<!-- Additional settings -->
</PropertyGroup>
however, it does not work.
So my question is - how should I modify the *.csproj file so that the web deployment package is created automatically after every build?
Regards, Miroslav Sekera developing www.glueo.com
None
0 Points
26 Posts
DeployOnBuild does not work
Jun 01, 2011 10:02 AM|miroslavsekera|LINK
Hi,
at the MSDN http://msdn.microsoft.com/en-us/library/ee942158.aspx#can_i_specify_that_a_package_should_be_created_every_time_i_build_a_solution
there is described the way how to "specify that a package should be created every time I build a solution".
that should be acomplished by adding the following to the csproj file
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DeployOnBuild>True</DeployOnBuild>
<!-- Additional settings -->
</PropertyGroup>
however, it does not work.
So my question is - how should I modify the *.csproj file so that the web deployment package is created automatically after every build?
Regards,
</div> </div>Miroslav Sekera
developing www.glueo.com