Restore the dependencies on creating a C# project#10405
Conversation
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
|
ci-test |
|
ci-test build report: |
dkulieshov
left a comment
There was a problem hiding this comment.
wsPath that you are using potentially may be not a project path but a project item path. For example project path may be /projects/p1 and wsPath will be /projects/p1/pom.xml
|
I think we should use something like |
|
@dkuleshov thank you for pointing this out! I've updated the PR. |
|
ci-test |
|
ci-test build report: |
…g the dependencies often takes > 30 sec. Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
|
During testing this PR with QA team it's appeared that 30 sec. isn't enough to initialize C# LS including restoring project's dependencies. |
|
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/472/) doesn't show any regression against this Pull Request. |
|
Thank you @SkorikSergey for your assistance in checking this PR. |
Signed-off-by: Artem Zatsarynnyi azatsary@redhat.com
What does this PR do?
Fixes restoring the dependencies on creating a C# project
What issues does this PR fix or reference?
#10047
Release Notes
Docs PR