mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>Frederik Carlier</Authors>
|
|
<Company>Quamotion</Company>
|
|
<Copyright>Copyright (c) Frederik Carlier and Contributors</Copyright>
|
|
<RepositoryType>git</RepositoryType>
|
|
<Product>Packaging Tools for .NET CLI</Product>
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
|
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NerdBank.GitVersioning" Version="3.6.133" PrivateAssets="All" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
|
|
</ItemGroup>
|
|
</Project>
|