We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2f02f commit adfc246Copy full SHA for adfc246
2 files changed
.travis.yml
ThermoRawFileParser.csproj
@@ -18,6 +18,7 @@
18
<RepositoryUrl>https://github.com/compomics/ThermoRawFileParser</RepositoryUrl>
19
<Authors>Compomics</Authors>
20
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21
+ <PackageLicenseFile>THERMO_LICENSE</PackageLicenseFile>
22
</PropertyGroup>
23
24
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -49,11 +50,15 @@
49
50
<None Update="LICENSE">
51
<Pack>True</Pack>
52
<PackagePath>\</PackagePath>
53
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
54
</None>
55
<None Update="README.md">
56
57
58
59
+ <None Update="THERMO_LICENSE">
60
61
+ </None>
62
</ItemGroup>
63
64
</Project>
0 commit comments