Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Adam Sitnik 562fa1bff3 BDN update and feed removal (#971)
* update BenchmarkDotNet to the latest version

* remove BDN feed from the list

* take advantage of a new feature - don't trim columns with content longer than 20 chars
2019-10-28 17:31:27 -07:00
Adam Sitnik 4680c93774
Make it possible to build MicroBenchmarks.sln from Visual Studio (#594)
* BenchmarkDotNet.Extensions.Tests should reference BenchmarkDotNet.Extensions, not MicroBenchmarks.csproj

this allows for removing an old VS build order workaround from solution file

* add Reporting.csproj to the MicroBenchmarks.sln since it also needs to be restored

* make the library utils project target .NET Standard 2.0 only

* make the test project target netcoreapp3.0 only which makes VS to recognize it as test project and show all source files

* switch from explicit reference to common.props to implicit Directory.Build.props

* Roslyn benchmarks use internal Roslyn API, which has a strong name so the project needs to be signed..

* pass the path to packages to dotnet build via NuGetPackageRoot

* add ASP.NET Core NuGet feed to the list of feeds (it's now required to use daily bits, https://github.com/dotnet/core/issues/2924)

remove myget feed (it's not needed anymore)

* ignore only one warning, not all of them
2019-06-29 10:10:04 +02:00
dotnet-maestro[bot] 88eaa838e9
Update dependencies from https://github.com/dotnet/arcade build 20190626.2 (#593)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.2
2019-06-27 06:59:59 +00:00
Michelle McDaniel 80b0d9b220 Add files to make performance build with arcade 2018-12-07 14:16:13 -08:00
Adam Sitnik 6863b168cd
Revert "Add Arcade SDK files" (#160)
* Revert "Add Arcade SDK files (#155)"

This reverts commit bef565a3e7.
2018-11-27 11:43:53 -08:00
Michelle McDaniel bef565a3e7
Add Arcade SDK files (#155)
* Add Arcade SDK files

* fix nuget config

* update a few files
2018-11-26 09:21:36 -08:00