mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 08:35:27 +08:00 
			
		
		
		
	add sourceLink support (#896)
This commit is contained in:
		
				
					committed by
					
						
						Thiago Loureiro
					
				
			
			
				
	
			
			
			
						parent
						
							4b6c88de14
						
					
				
				
					commit
					6bd2f8cb48
				
			
							
								
								
									
										14
									
								
								Directory.Build.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Directory.Build.props
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					<Project>
 | 
				
			||||||
 | 
					  <PropertyGroup>
 | 
				
			||||||
 | 
					    <RepositoryType>git</RepositoryType>
 | 
				
			||||||
 | 
					    <RepositoryUrl>https://github.com/ThreeMammals/Ocelot</RepositoryUrl>
 | 
				
			||||||
 | 
					    <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
 | 
				
			||||||
 | 
					    <PublishRepositoryUrl>true</PublishRepositoryUrl>
 | 
				
			||||||
 | 
					    <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
 | 
				
			||||||
 | 
					    <IncludeSymbols>true</IncludeSymbols>
 | 
				
			||||||
 | 
					    <SymbolPackageFormat>snupkg</SymbolPackageFormat>
 | 
				
			||||||
 | 
					  </PropertyGroup>
 | 
				
			||||||
 | 
					  <ItemGroup>
 | 
				
			||||||
 | 
					    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
 | 
				
			||||||
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					</Project>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user