Skip to content

Conversation

Aaronontheweb
Copy link
Member

The release of NBench v0.1.6 yesterday introduced a redesign of how tests are loaded (isolated AppDomains) and that broke compatibility between the runner and the test dll. This locks the runner version to the version we're using in our tests and is needed in order to get CI to pass.

@@ -27,7 +27,7 @@ src\.nuget\NuGet.exe update -self
src\.nuget\NuGet.exe install FAKE -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages -ExcludeVersion -Version 4.16.1

src\.nuget\NuGet.exe install xunit.runner.console -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 2.0.0
src\.nuget\NuGet.exe install NBench.Runner -OutputDirectory src\packages -ExcludeVersion
src\.nuget\NuGet.exe install NBench.Runner -OutputDirectory src\packages -ExcludeVersion -Version 0.1.5
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locked on 0.1.5 - will need to be upgraded later if we update the version of NBench

JeffCyr added a commit that referenced this pull request Feb 16, 2016
[build system bug fix] locked the NBench runner version used to performance tests
@JeffCyr JeffCyr merged commit ac0eb0f into akkadotnet:dev Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants