Skip to content

Commit 2c3c4fc

Browse files
committed
[Xamarin.Android.Build.Tasks] Seeing a new seemingly DesignTimeBuild related build failure when invoking the Rebuild msbuild target
1 parent d891a86 commit 2c3c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ because xbuild doesn't support framework reference assemblies.
10131013
</ReadLinesFromFile>
10141014
</Target>
10151015

1016-
<Target Name="_CreatePropertiesCache" DependsOnTargets="_ReadPropertiesCache">
1016+
<Target Name="_CreatePropertiesCache" DependsOnTargets="_SetupDesignTimeBuildForBuild;_ReadPropertiesCache">
10171017
<MakeDir Directories="$(IntermediateOutputPath)" Condition="!Exists('$(IntermediateOutputPath)')" />
10181018
<WriteLinesToFile
10191019
Condition="'@(_PropertiesCache)' != '@(_PropertyCacheItems)'"

0 commit comments

Comments
 (0)