Skip to content

Commit ff42b75

Browse files
committed
try more props
1 parent e825aee commit ff42b75

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

checkout-codeql-test.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<PackageId>Checkout.CodeQL.Test</PackageId>
1010
<PackageProjectUrl>https://github.com/hicksjacobp/checkout-codeql-test</PackageProjectUrl>
11-
<RepositoryUrl>$(GIT_URL)</RepositoryUrl>
12-
<RepositoryType>git</RepositoryType>
13-
<RepositoryBranch>main</RepositoryBranch>
14-
<RepositoryCommit>$(GIT_COMMIT)</RepositoryCommit>
11+
<EmbedAllSources>true</EmbedAllSources>
12+
<EnableSourceLink>true</EnableSourceLink>
1513
</PropertyGroup>
1614

1715
<ItemGroup>
18-
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
<PrivateAssets>all</PrivateAssets>
16+
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
<PrivateAssets>all</PrivateAssets>
2119
</PackageReference>
2220
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
2321
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)