Browse Source

[COMMIT] The proj files have been updated to enable SourceLink [Masuit.LuceneEFCore.SearchEngine.csproj]

Pavlo Datsiuk 5 years ago
parent
commit
1084fc5fbe

+ 8 - 0
Masuit.LuceneEFCore.SearchEngine/Masuit.LuceneEFCore.SearchEngine.csproj

@@ -16,8 +16,16 @@
     <RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
     <PackageReleaseNotes>更新索引时使用生产者消费者模式</PackageReleaseNotes>
     <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
+    <PublishRepositoryUrl>true</PublishRepositoryUrl>
+    <IncludeSymbols>true</IncludeSymbols>
+    <SymbolPackageFormat>snupkg</SymbolPackageFormat>
   </PropertyGroup>
 
+  <ItemGroup>
+    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
+  </ItemGroup>
+
+
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     <DefineConstants>TRACE;Int</DefineConstants>
     <DocumentationFile>.\Masuit.LuceneEFCore.SearchEngine.xml</DocumentationFile>