File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 9
9
<PackageTags >libgit2 git</PackageTags >
10
10
<PackageProjectUrl >https://github.com/libgit2/libgit2sharp/</PackageProjectUrl >
11
11
<Authors >LibGit2Sharp contributors</Authors >
12
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
13
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
12
14
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
13
15
<SignAssembly >true</SignAssembly >
14
16
<AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
15
17
</PropertyGroup >
16
18
17
- <!-- Disable SourceLink when running on Travis CI -->
18
- <PropertyGroup >
19
- <SourceLinkCreate Condition =" '$(TRAVIS)' == 'true'" >false</SourceLinkCreate >
20
- </PropertyGroup >
21
-
22
19
<ItemGroup >
23
20
<CodeAnalysisDictionary Include =" CustomDictionary.xml" />
24
21
<None Include =" Core\Handles\Objects.tt" >
33
30
34
31
<ItemGroup >
35
32
<PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [1.0.226]" PrivateAssets =" none" />
33
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" all" />
36
34
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.10" PrivateAssets =" all" />
37
- <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.8.0" PrivateAssets =" all" />
38
- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.8.0" />
39
35
</ItemGroup >
40
36
41
37
<Import Project =" ..\Targets\CodeGenerator.targets" />
You can’t perform that action at this time.
0 commit comments