Or, just admit that installing Visual Studio on your build machine is
simpler and easier than reworking your build environment to not depend on
it.  If you modify the build to not depend on Visual Studio, you may break
the developers, or require that they work with less than the full features
of Visual Studio.  I assume one of the reasons the team is using
Microsoft.Net and Visual Studio is for the benefits gained by using those
tools.

I think you'll be much better adapting your continuous integration system
to match the developers than adapting your development to match your
continuous integration system.

Mark Waite

On Wed, May 27, 2015 at 12:13 PM Slide <[email protected]> wrote:

> It looks like the project you are building is using specific stuff from
> the Visual Studio msbuild stuff. You may need to rework your project files
> for them to build correctly without Visual Studio installed.
>
> On Wed, May 27, 2015 at 11:11 AM <[email protected]> wrote:
>
>> Hi
>> when am trying to build  dot net application  am getting  bellow error
>>
>>
>> *error MSB4019: The imported project "C:\Program Files
>> (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets"
>> was not found.*
>>
>> * in jenkins *Under the Build section click the “Add build step” button
>> and select “Build a Visual Studio project or solution using MSBuild”
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *configured msbuild path in configured system
>> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe.(i dont have
>> visual studios in my machine)please let me know without installing visual
>> studio can't i build in  dotnet application in jenkins(iam new in dot net
>> and jenkin CI but  tried continuous integration with dotnet using
>> documentation which you provided)could you please help to sort it out this
>> ?Thanks,Thank,lakshmi.*
>>
>> On Wednesday, May 27, 2015 at 10:54:21 PM UTC+5:30, [email protected]
>> wrote:
>>>
>>> Hi,
>>>  I am using GIT and jenkin for continuous integration.
>>>
>>> my jenkins and GIT installed in linux,& want to build dot net
>>> application in jenkins  .
>>>  could you please let me know the steps automated Continuous integration
>>> for  dotnet application.(include regression testing,code review,code
>>> coverage) with all the metrics
>>>
>>>  thanks,
>>> Lakshmi.
>>>
>>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/357068cd-8ed0-4022-832a-31bba925ebeb%40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/357068cd-8ed0-4022-832a-31bba925ebeb%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVe_VMfpwKqxGyPKzvxXnpV039A2ih-XJr9qqSqTZih8vQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVe_VMfpwKqxGyPKzvxXnpV039A2ih-XJr9qqSqTZih8vQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFuqTvoL10bQgkh0GzSEaFDsB3n_NZ48i6ufCmOdJf-vw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to