Skip to content

Commit

Permalink
add publish properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hicksjacobp committed Apr 25, 2024
1 parent 56114b1 commit 936f291
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions checkout-codeql-test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
<RootNamespace>checkout_codeql_test</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 936f291

Please sign in to comment.