locked
Where do i need to write this code? MSBuild Projects RRS feed

  • Question

  • User-1004886483 posted

    Hi i have found the following code to resolve the issue :

    <MSBuild Projects="@(BuildFile)"
      Properties="Configuration=%(Config.Configuration);Retries=10;RetryDelayMilliseconds=50"
      Targets="Build" />

    but i do not know where i need to write it? web.config? somwhere else?

    can i know a bit more about this?

    Tuesday, January 16, 2018 1:38 PM

All replies

  • User283571144 posted

    Hi devquestionsanswers,

    Hi i have found the following code to resolve the issue :

    <MSBuild Projects="@(BuildFile)"
      Properties="Configuration=%(Config.Configuration);Retries=10;RetryDelayMilliseconds=50"
      Targets="Build" />

    but i do not know where i need to write it? web.config? somwhere else?

    can i know a bit more about this?

    As far as I know, these codes is added into the application csproj file.

    About how to open the csproj file, you could refer to below steps:

    1.Unload project

    2.Right click the unload project and click the edit the csproj.

    Best Regards,

    Brando

    Wednesday, January 17, 2018 5:44 AM