-
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
-
[JENKINS-48289] website project build issue without precompile
Link |
New:
This issue is duplicated by |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v /mywebsite -p Mywebsitefolder1\Mywebsitefolder2\ -u -f PrecompiledWeb\mywebsite\