|
15 | 15 | <PackageVersion>6.0.0</PackageVersion>
|
16 | 16 | </PropertyGroup>
|
17 | 17 |
|
18 |
| - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
19 |
| - <Optimize>true</Optimize> |
20 |
| - <DocumentationFile>bin\Debug\net5.0\OnixLabs.Core.xml</DocumentationFile> |
| 18 | + <PropertyGroup> |
| 19 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 20 | + <DebugType>embedded</DebugType> |
| 21 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 22 | + <IncludeSymbols>true</IncludeSymbols> |
| 23 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 24 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 25 | + <PackageProjectUrl>https://github.com/onix-labs/onixlabs-dotnet</PackageProjectUrl> |
| 26 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 27 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 28 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 29 | + <RepositoryType>git</RepositoryType> |
| 30 | + <RepositoryUrl>https://github.com/onix-labs/onixlabs-dotnet</RepositoryUrl> |
21 | 31 | </PropertyGroup>
|
22 | 32 |
|
23 |
| - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
24 |
| - <DocumentationFile>bin\Release\net5.0\OnixLabs.Core.xml</DocumentationFile> |
25 |
| - <DebugSymbols>true</DebugSymbols> |
| 33 | + <PropertyGroup Condition="'$(CI)' == 'true'"> |
| 34 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
26 | 35 | </PropertyGroup>
|
27 | 36 |
|
| 37 | + <ItemGroup> |
| 38 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> |
| 39 | + <PrivateAssets>all</PrivateAssets> |
| 40 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 41 | + </PackageReference> |
| 42 | + </ItemGroup> |
| 43 | + |
| 44 | + <ItemGroup> |
| 45 | + <None Include="..\README.md" Pack="true" PackagePath="\" /> |
| 46 | + </ItemGroup> |
| 47 | + |
28 | 48 | <ItemGroup>
|
29 | 49 | <Using Include="OnixLabs.Core.Preconditions" Static="True" />
|
30 | 50 | <Using Include="OnixLabs.Core.Collections.Collection" Static="True" />
|
|
0 commit comments