File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
<PublishRepositoryUrl >true</PublishRepositoryUrl >
7
7
<IncludeSymbols >true</IncludeSymbols >
8
8
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
- <PackageId >Checkout.CodeQL.Test</PackageId >
10
9
<PackageProjectUrl >https://github.com/hicksjacobp/checkout-codeql-test</PackageProjectUrl >
11
- <EmbedAllSources >true</EmbedAllSources >
12
10
<EnableSourceLink >true</EnableSourceLink >
13
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
- <Configuration >Release</Configuration >
15
11
</PropertyGroup >
16
12
17
- <Target Name =" PrintGitConfigVersions" BeforeTargets =" Build" >
18
- <Exec Command =" echo core.repositoryformatversion:" ConsoleToMSBuild =" true" />
19
- <Exec Command =" git config --local core.repositoryformatversion" ConsoleToMSBuild =" true" />
20
- </Target >
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 >
18
+ </ItemGroup >
21
19
22
20
</Project >
You can’t perform that action at this time.
0 commit comments