File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" appveyor-bdn" value =" https://ci.appveyor.com/nuget/benchmarkdotnet" />
5
+ </packageSources >
6
+ </configuration >
Original file line number Diff line number Diff line change 16
16
17
17
<ItemGroup >
18
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
19
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.3" />
19
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.3.91 " />
20
20
<PackageReference Include =" Moq" Version =" 4.7.1" />
21
21
<PackageReference Include =" xunit" Version =" 2.2.0" />
22
22
<PackageReference Include =" xunit.extensibility.core" Version =" 2.2.0" />
35
35
<Reference Include =" System" />
36
36
<Reference Include =" Microsoft.CSharp" />
37
37
</ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <Content Include =" xunit.runner.json" >
41
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
42
+ </Content >
43
+ </ItemGroup >
38
44
</Project >
Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ private Exception GetNestedSimpleException(string message = "Test") {
880
880
}
881
881
}
882
882
883
- [ Fact ( Skip = "Skip until https://github.com/dotnet/BenchmarkDotNet/issues/395 is fixed" ) ]
883
+ [ Fact ]
884
884
public void RunBenchmark ( ) {
885
885
var summary = BenchmarkRunner . Run < DeduplicationBenchmarks > ( ) ;
886
886
Original file line number Diff line number Diff line change
1
+ {
2
+ "shadowCopy" : false
3
+ }
You can’t perform that action at this time.
0 commit comments