We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85a77b commit 1a9f3d9Copy full SHA for 1a9f3d9
src/Winton.DomainModelling.Abstractions/Winton.DomainModelling.Abstractions.csproj
@@ -20,8 +20,15 @@
20
<TargetFramework>netstandard1.0</TargetFramework>
21
<Title>Winton Domain Modelling Abstractions</Title>
22
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
23
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
24
+ <IncludeSymbols>true</IncludeSymbols>
25
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
26
</PropertyGroup>
27
28
+ <ItemGroup>
29
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
30
+ </ItemGroup>
31
+
32
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
33
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
34
0 commit comments