Skip to content

Commit

Permalink
Merge pull request #6794 from AvaloniaUI/fix-avaloniaBuildTasks
Browse files Browse the repository at this point in the history
Fix GenerateAvaloniaResourcesDependencyCache target
  • Loading branch information
Takoooooo authored and danwalmsley committed Oct 26, 2021
1 parent 513fa98 commit 04fb4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/Avalonia/AvaloniaBuildTasks.targets
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<Output TaskParameter="HashResult" PropertyName="AvaloniaResourcesDependencyHash" />
</Hash>

<MakeDir Directories="$(IntermediateOutputPath)/Avalonia" />
<WriteLinesToFile Overwrite="true" File="$(IntermediateOutputPath)/Avalonia/Resources.Inputs.cache" Lines="$(AvaloniaResourcesDependencyHash)" WriteOnlyWhenDifferent="True" />
</Target>

Expand Down

0 comments on commit 04fb4c6

Please sign in to comment.