File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
<!-- src-level will need explicit inclusion -->
41
41
<None Include =" $(MSBuildThisFileDirectory)icon.png" Link =" icon.png" Visible =" false"
42
42
Pack =" true" PackagePath =" %(Filename)%(Extension)"
43
- Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)icon.png')" />
43
+ Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)\ icon.png')" />
44
44
45
45
<None Include =" $(MSBuildThisFileDirectory)readme.md" Link =" readme.md"
46
46
Pack =" true" PackagePath =" %(Filename)%(Extension)"
47
- Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)readme.md')" />
47
+ Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)\ readme.md')" />
48
48
</ItemGroup >
49
49
50
50
<!-- Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets does this and is imported
You can’t perform that action at this time.
0 commit comments