-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[VMR] Use CopyFiles@2 task instead of manual copying #45479
Conversation
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.
Looks great. The hasScenarioTestResults
variable is now unset but read later. I'm unsure if we really need / want the variable. The task doesn't throw an error if it can't find any scenario test result files but I think it emits a warning.
Yes good point, the PublishTestResult task will emit a warning which is noisy. I'll add back setting the hasScenarioTestResults. |
@akoeplinger the prebuilt-report folder shouldn't appear for non-source-only builds: Also, I'm not sure if scenario-tests was at this location: I don't really care about the scenario-tests location though. |
Yeah I saw the prebuilt-report, will fix it. The scenario-tests artifacts were there before. |
Discussed in #44969