Skip to content

Commit

Permalink
[Xamarin.Android.Build.Tasks] A few more instances of DesignTime erro…
Browse files Browse the repository at this point in the history
…rs (#889)

We have a couple more Tasks which require the
	`ContinueOnError="$(DesignTimeBuild)"`
attribute to avoid messing up the Visual Studio lanuage service.
  • Loading branch information
dellis1972 authored and jonpryor committed Sep 22, 2017
1 parent dc05de1 commit 87411b5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved.
CacheFile="$(_AndroidResourcePathsCache)"
YieldDuringToolExecution="$(YieldDuringToolExecution)"
DesignTimeBuild="$(DesignTimeBuild)"
ContinueOnError="$(DesignTimeBuild)"
/>
</Target>

Expand Down Expand Up @@ -1293,6 +1294,7 @@ because xbuild doesn't support framework reference assemblies.
AssemblyIdentityMapFile="$(_AndroidLibrayProjectAssemblyMapFile)"
YieldDuringToolExecution="$(YieldDuringToolExecution)"
ExplicitCrunch="$(AndroidExplicitCrunch)"
ContinueOnError="$(DesignTimeBuild)"
/>
<Touch Files="$(_AndroidComponentResgenFlagFile)" AlwaysCreate="True" />
</Target>
Expand Down Expand Up @@ -1371,6 +1373,7 @@ because xbuild doesn't support framework reference assemblies.
YieldDuringToolExecution="$(YieldDuringToolExecution)"
ExplicitCrunch="$(AndroidExplicitCrunch)"
SupportedAbis="$(_BuildTargetAbis)"
ContinueOnError="$(DesignTimeBuild)"
/>

<CopyGeneratedJavaResourceClasses
Expand Down

0 comments on commit 87411b5

Please sign in to comment.