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'.
Sorry, MS, don't care. Just sold my XSX and upgraded to the PS5 Pro.
ALL the multi-platform games are available on the PS5, but what the Xbox doesn't have:
- VR games
- PS exclusives like TLOU
Xbox exclusives? Never mind, you just released Forza and Gears on the PS5. Halo? Oh I can play that on the PC with Xbox controllers. If I mod it, I can even play in split screen co-op.
So I'm really sorry, the platform is really good, I get free cloud saves without any sub, but.... the PS5 just gives me more games. TLOU, Horizon, and VR games. It really is all about exclusives. You can be the good guy, but that won't lead to success in this game.
Well to finalise the thread, I bought the addin card as recommended but had teething problems trying to connect it to my eGPU.
After much research, I found that rated cabling is a thing and after connecting a rated thunderbolt 4 cable to the new USB addin card I started troubleshooting.
A few BIOS tweaks and updates here and there and everything is now connected and working. New eGPU is being picked up by Thunderbolt Control Center
Thank you to anyone that stopped and read the thread especially to the tech resources that stopped to post and help.
It was of massive help being able to reach out to the community as always. I just hope I haven't wasted too much of the community time trying to diagnose the problem.
Thanks for your help again. 😊
Kind regards
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