Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users/nigurr/fix adapter pattern #3677

Merged
merged 2 commits into from
Feb 23, 2017
Merged

Conversation

nigurr
Copy link

@nigurr nigurr commented Feb 22, 2017

  • Fix issue in recognizing the test adapters - case insensitive search should be performed

@@ -823,14 +823,15 @@ function cleanUp(temporarySettingsFile: string) {

function isNugetRestoredAdapterPresent(rootDirectory: string): boolean {
var allFiles = tl.find(rootDirectory);
var adapterFiles = tl.match(allFiles, "**\\packages\\**\\*TestAdapter.dll", { matchBase: true });
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check if we need this fix for onprem u1

@acesiddhu
Copy link
Contributor

:shipit:

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.

4 participants