Skip to content

Commit

Permalink
try more props
Browse files Browse the repository at this point in the history
  • Loading branch information
hicksjacobp committed Apr 25, 2024
1 parent e825aee commit ff42b75
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions checkout-codeql-test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageId>Checkout.CodeQL.Test</PackageId>
<PackageProjectUrl>https://github.com/hicksjacobp/checkout-codeql-test</PackageProjectUrl>
<RepositoryUrl>$(GIT_URL)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>$(GIT_COMMIT)</RepositoryCommit>
<EmbedAllSources>true</EmbedAllSources>
<EnableSourceLink>true</EnableSourceLink>
</PropertyGroup>

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

0 comments on commit ff42b75

Please sign in to comment.