Skip to content

Commit 936f291

Browse files
committed
add publish properties
1 parent 56114b1 commit 936f291

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

checkout-codeql-test.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
<RootNamespace>checkout_codeql_test</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
9+
<IncludeSymbols>true</IncludeSymbols>
10+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
811
</PropertyGroup>
912

10-
<ItemGroup>
11-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
12-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
13-
<PrivateAssets>all</PrivateAssets>
14-
</PackageReference>
13+
<ItemGroup>
14+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
<PrivateAssets>all</PrivateAssets>
17+
</PackageReference>
1518
</ItemGroup>
1619

1720
</Project>

0 commit comments

Comments
 (0)