File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" >
2
2
<Import Project =" version.props" />
3
-
3
+
4
+ <PropertyGroup Label =" Source Link" >
5
+ <ProjectParentDirectory >$([System.IO.Path]::GetDirectoryName('$(MSBuildProjectDirectory)'))</ProjectParentDirectory >
6
+ <ProjectParentDirectoryName >$([System.IO.Path]::GetFileName('$(ProjectParentDirectory)'))</ProjectParentDirectoryName >
7
+ </PropertyGroup >
8
+
9
+ <Import Project =" sourcelink.props" Condition =" '$(ProjectParentDirectoryName)' == 'src'" />
10
+
4
11
<PropertyGroup Label =" Build" >
5
12
<DebugType >portable</DebugType >
6
13
<NoWarn >$(NoWarn);CS1591</NoWarn >
25
32
<Authors >Exceptionless</Authors >
26
33
<GenerateDocumentationFile >true</GenerateDocumentationFile >
27
34
<PackageOutputPath >$(SolutionDir)artifacts</PackageOutputPath >
28
- <IncludeSymbols >True</IncludeSymbols >
29
- <IncludeSource >True</IncludeSource >
30
35
31
36
<PackageReleaseNotes >https://github.com/exceptionless/Exceptionless.Net/releases</PackageReleaseNotes >
32
37
<PackageIconUrl >https://be.exceptionless.io/img/exceptionless-32.png</PackageIconUrl >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <DebugType >embedded</DebugType >
4
+ </PropertyGroup >
5
+
6
+ <ItemGroup >
7
+ <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.1.2" PrivateAssets =" all" />
8
+ <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.1.2" />
9
+ <DotNetCliToolReference Include =" dotnet-sourcelink" Version =" 2.1.2" />
10
+ </ItemGroup >
11
+ </Project >
You can’t perform that action at this time.
0 commit comments