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 160e283 commit 8ec915bCopy full SHA for 8ec915b
1 file changed
Directory.Build.props
@@ -8,6 +8,8 @@
8
9
<PropertyGroup>
10
<DebugSymbols>true</DebugSymbols>
11
+ <IncludeSymbols>true</IncludeSymbols>
12
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
13
</PropertyGroup>
14
15
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -18,5 +20,10 @@
18
20
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
19
21
<DebugType>pdbonly</DebugType>
22
<Optimize>true</Optimize>
23
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
24
25
+
26
+ <ItemGroup>
27
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
28
+ </ItemGroup>
29
</Project>
0 commit comments