File tree Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ trim_trailing_whitespace = true
10
10
insert_final_newline = true
11
11
12
12
; Not change VS generated files
13
- [* .{sln,csroj } ]
13
+ [* .{sln,csproj } ]
14
14
trim_trailing_whitespace = false
15
15
insert_final_newline = false
16
16
17
- [* .{props,targets} ]
17
+ [* .{props,targets,csproj } ]
18
18
indent_size = 2
Original file line number Diff line number Diff line change 3
3
4
4
language : csharp
5
5
dist : trusty
6
- dotnet : 2.0.0
6
+ dotnet : 2.1.401
7
7
mono : none
8
8
osx_image : xcode8.3
9
9
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6 .0" />
16
- <PackageReference Include =" Moq" Version =" 4.8.2 " />
17
- <PackageReference Include =" xunit" Version =" 2.3.1 " />
18
- <PackageReference Include =" xunit.runner.console" Version =" 2.3.1 " />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1 " />
20
- <PackageReference Include =" xunit.skippablefact" Version =" 1.3.3 " />
15
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8 .0" />
16
+ <PackageReference Include =" Moq" Version =" 4.9.0 " />
17
+ <PackageReference Include =" xunit" Version =" 2.4.0 " />
18
+ <PackageReference Include =" xunit.runner.console" Version =" 2.4.0 " />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " />
20
+ <PackageReference Include =" xunit.skippablefact" Version =" 1.3.6 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
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
<A
8000
ssemblyOriginatorKeyFile >..\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" />
36
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.1.23" PrivateAssets =" all" />
37
- <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.8.0" PrivateAssets =" all" />
38
- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.8.0" />
33
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" all" />
34
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.13" PrivateAssets =" all" />
39
35
</ItemGroup >
40
36
41
37
<Import Project =" ..\Targets\CodeGenerator.targets" />
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ test_script:
90
90
{
91
91
.\packages\OpenCover\tools\OpenCover.Console.exe `
92
92
-register:user `
93
- "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1 \tools\net452 \$runner""" `
93
+ "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner""" `
94
94
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll"" -noshadow" `
95
95
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
96
96
-hideskipped:All `
97
97
-output:opencoverCoverage.xml
98
98
}
99
99
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
100
100
{
101
- & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1 \tools\net452 \$runner" `
101
+ & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner" `
102
102
"$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll" -noshadow
103
103
}
104
104
}
You can’t perform that action at this time.
0 commit comments