-
Bug
-
Resolution: Won't Fix
-
Critical
-
MSBuild 4.0 , Website application in VS.net 2012
Jenkin always runs aspnet_compiler.exe with PrecompiledWeb.
I have created a publish profile with 'Precompile during Publishing' checkbox unchecked in VS 2012 and giving same profile to MSBuild as a parameter as below:
/p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None /p:PrecompileBeforePublish=false /p:PublishProfile=AUTO_BUILD
Here AUTO_BUILD is my publish profile without Precompile.
However, Jenkins overwrites the profile settings and precompiles the website application every time, which we do not want for our project to do.
- is duplicated by
-
JENKINS-48290 MSBuild Disable Precompile
- Closed