I'm unable to generate precompiled files(.compiled files) for asp.net mvc application with Jenkin build. But we are able to generate precompiled files while running local with below command and publish merge option. but not generating with Jenkin build. Error says 'Property invalid'.
Question
Aneesh
I'm unable to generate precompiled files(.compiled files) for asp.net mvc application with Jenkin build. But we are able to generate precompiled files while running local with below command and publish merge option. but not generating with Jenkin build. Error says 'Property invalid'.
msbuild command : MSBuild.exe "C:\GitHub\website1\Test.UI\test.UI.csproj" /p:Configuration=Release /t:Clean;Rebuild;MvcPreCompileViews;_CopyWebApplication /p:OutDir=.\Deploy /p:Configuration=Release /p:Platform=AnyCPU /verbosity:d
I have tried adding p:AspnetCompileMerge=true with this command still no hope.
have the below settings in UI.csprj file.
<MvcBuildViews>false</MvcBuildViews> <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> </Target>
Can anyone help?
Link to comment
https://www.neowin.net/forum/topic/1376608-generate-precompiled-files-for-aspnet-mvc-application-with-jenkins-build/Share on other sites
1 answer to this question
Recommended Posts