Skip to content

Commit 275f1ba

Browse files
committed
Add Icon and Readme file always to the package
#9
1 parent a8620d5 commit 275f1ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/FlowSynx.Plugins.Azure.Blobs.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,13 @@
3535
</EmbeddedResource>
3636
</ItemGroup>
3737

38+
<ItemGroup>
39+
<None Update="flowsynx.png">
40+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
41+
</None>
42+
<None Update="README.md">
43+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
44+
</None>
45+
</ItemGroup>
46+
3847
</Project>

0 commit comments

Comments
 (0)