|
|
|
@ -3,7 +3,6 @@ |
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
|
|
<DebugType>embedded</DebugType> |
|
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -15,6 +14,10 @@ |
|
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<DebugType Condition="$(ContinuousIntegrationBuild) == 'true'">embedded</DebugType> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> |
|
|
|
</ItemGroup> |
|
|
|
|