Skip to content

Commit 1a9f3d9

Browse files
authored
[COMMIT] The proj files have been updated to enable SourceLink [Winton.DomainModelling.Abstractions.csproj] (#13)
1 parent d85a77b commit 1a9f3d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Winton.DomainModelling.Abstractions/Winton.DomainModelling.Abstractions.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@
2020
<TargetFramework>netstandard1.0</TargetFramework>
2121
<Title>Winton Domain Modelling Abstractions</Title>
2222
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
23+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24+
<IncludeSymbols>true</IncludeSymbols>
25+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2326
</PropertyGroup>
2427

28+
<ItemGroup>
29+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
30+
</ItemGroup>
31+
2532
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2633
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2734
</PropertyGroup>

0 commit comments

Comments
 (0)