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 17f0469 commit f72e71eCopy full SHA for f72e71e
src/Winton.DomainModelling.AspNetCore/Winton.DomainModelling.AspNetCore.csproj
@@ -19,8 +19,15 @@
19
<TargetFramework>netstandard2.0</TargetFramework>
20
<Title>Winton Domain Modelling ASP.NET Core</Title>
21
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
22
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
23
+ <IncludeSymbols>true</IncludeSymbols>
24
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
25
</PropertyGroup>
26
27
+ <ItemGroup>
28
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
29
+ </ItemGroup>
30
+
31
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
32
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
33
0 commit comments