Skip to content

Commit 1691ffa

Browse files
committed
File paths
1 parent bd41342 commit 1691ffa

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/Directory.Build.props

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2121
<Deterministic>true</Deterministic>
22-
<GenerateDocumentationFile>false</GenerateDocumentationFile> <!-- TODO: Generate proper documentation -->
22+
<GenerateDocumentationFile>false</GenerateDocumentationFile> <!-- TODO: Generate proper
23+
documentation -->
2324
<IncludeSymbols>true</IncludeSymbols>
2425
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2526
<IsPackable>true</IsPackable>
@@ -37,13 +38,13 @@
3738
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
3839
</ItemGroup>
3940
<ItemGroup>
40-
<None Include="../README.md" Pack="true" PackagePath="\" Condition="Exists('../README.md')" />
41-
<!-- Icon -->
41+
<None Include="../../README.md" Pack="true" PackagePath="\"
42+
Condition="Exists('../../README.md')" />
4243
<None
43-
Include="../branding/icon.png"
44+
Include="../../branding/logo.png"
4445
Pack="true"
4546
PackagePath="\"
46-
Condition="Exists('../branding/icon.png')"
47+
Condition="Exists('../../branding/logo.png')"
4748
/>
4849
</ItemGroup>
49-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)