-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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/achalla/results directory fix #1977
Conversation
refactored mock response utilities. |
Squash all commits into one |
var resultDirectory = result.RunSettings.RunConfiguration[0].ResultsDirectory[0]; | ||
resultDirectory = resultDirectory.trim(); | ||
|
||
if (resultDirectory) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this has to be async function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. read function is async
Assuming you have run all the UTs in Win/*nix machines. |
…m/Microsoft/vsts-tasks into users/achalla/ResultsDirectoryFix
raised different pr: #1989 |
Fix for relative result directory in settings file.
Testing : manual and unit tests