Skip to content

Commit 54e0799

Browse files
committed
Fix CI
1 parent b267e56 commit 54e0799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/OpacityMaskView/samples/OpacityMaskView.Samples.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<!-- Sets this up as a toolkit component's sample project -->
77
<Import Project="$(ToolingDirectory)\ToolkitComponent.SampleProject.props" />
88
<ItemGroup>
9-
<None Remove="Assets\Owl2.jpg" />
9+
<None Remove="Assets\Owl3.jpg" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<Content Include="Assets\Owl2.jpg">
12+
<Content Include="Assets\Owl3.jpg">
1313
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1414
</Content>
1515
</ItemGroup>

components/OpacityMaskView/samples/OpacityMaskViewSample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
BorderBrush="Red"
3131
BorderThickness="1"
3232
CornerRadius="12">
33-
<Image Source="ms-appx:///Assets/Owl2.jpg" />
33+
<Image Source="ms-appx:///Assets/Owl3.jpg" />
3434
</Border>
3535
</controls:OpacityMaskView>
3636
</StackPanel>

0 commit comments

Comments
 (0)