Skip to content

Commit 235bee9

Browse files
niemyjskiejsmith
authored andcommitted
Fixed paths
1 parent f1eb3dc commit 235bee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<None Include="(SolutionDir)LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
48-
<None Include="(SolutionDir)build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
47+
<None Include="$(SolutionDir)LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
48+
<None Include="$(SolutionDir)build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
4949
</ItemGroup>
5050

5151
</Project>

0 commit comments

Comments
 (0)