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 934d1db commit fdbf810Copy full SHA for fdbf810
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
build/nuget.props
@@ -15,8 +15,8 @@
15
</PropertyGroup>
16
17
<ItemGroup Label="NuGet">
18
- <None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="\" Visible="false" />
19
- <None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="\" Visible="false" />
+ <None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" Visible="false" />
+ <None Include="$(MSBuildThisFileDirectory)..\LICENSE.txt" Pack="true" PackagePath="" Visible="false" />
20
</ItemGroup>
21
22
<!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
0 commit comments