Skip to content
  • Matt Ward's avatar
    [DotNetCore] Continue on error when finding framework references · 77025be0
    Matt Ward authored
    Handle other MSBuild targets failing when calling the MSBuild target
    ResolveFrameworkReferences by setting ContinueOnError to
    ErrorAndContinue. Previously if there was any other failure the
    design time build would stop even though the main msbuild target
    may work and return some references.
    77025be0