We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1eb3dc commit 235bee9Copy full SHA for 235bee9
build/common.props
@@ -44,8 +44,8 @@
44
</ItemGroup>
45
46
<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)" />
+ <None Include="$(SolutionDir)LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
+ <None Include="$(SolutionDir)build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
49
50
51
</Project>
0 commit comments