I installed a GitLab runner in a Build server and registered a runner for a Project I have in GitLab.
The Build Stage has the following in the first line:
- 'D:\scripts\NuGet\NuGet.exe restore %CI_PROJECT_DIR%%SOLUTION_FILE%'
I already verified %SOLUTION_FILE%' has the right value however I get the following error:
Cannot locate a solution file.
I already checked everything I could think of but I can't figure out why it can't find the solution file.