Skip to content

Commit adbcc5a

Browse files
committed
remove extra stuff from project
1 parent 5c0e940 commit adbcc5a

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

Directory.Build.targets

-9
This file was deleted.

checkout-codeql-test.csproj

+6-8
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
<PublishRepositoryUrl>true</PublishRepositoryUrl>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9-
<PackageId>Checkout.CodeQL.Test</PackageId>
109
<PackageProjectUrl>https://github.com/hicksjacobp/checkout-codeql-test</PackageProjectUrl>
11-
<EmbedAllSources>true</EmbedAllSources>
1210
<EnableSourceLink>true</EnableSourceLink>
13-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14-
<Configuration>Release</Configuration>
1511
</PropertyGroup>
1612

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>
2119

2220
</Project>

0 commit comments

Comments
 (0)