• 0

Generate precompiled files for asp.net mvc application with Jenkins build


Question

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
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Most of the Jenkins team is focusing on Jenkins-X right now so step one in solving any problem like this is work with the latest version of the tools you are using and often the problem just goes away because it was one of a 1,000 bugs fixed since you last updated.

 

If you still have this issue on Jenkins-X, I will look into it in more detail.

 

 

 

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.