File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 8
8
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
9
<PackageId >Checkout.CodeQL.Test</PackageId >
10
10
<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 >
15
13
</PropertyGroup >
16
14
17
15
<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 >
21
19
</PackageReference >
22
20
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
23
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments