Encountering error on windows server run by gitlab-runner
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 778
- Avg merge
- 1h 15m
- Merged PRs (30d)
- 19
Description
### What You Are Seeing?

I see multiple errors in this message, first NuGet.config not found. Second error build.cake is not found.

build.cake

package.config

folder with build.cake and build.ps1
### What is Expected?
To run without exception. Tested everything on a local system win10, cake 0.32.1 and it works fine. Maybe there is a problem with this OS.
### What version of Cake are you using?
0.32.1
### Are you running on a 32 or 64 bit system?
64
### What environment are you running on? Windows? Linux? Mac?
Windows 2k12 R2
### Are you running on a CI Server? If so, which one?
Windows 2k12 R2, GitLab-Runner logged in as local admin. local admin is also owner of the gitlab-runner folder and it's sub folders.

### How Did You Get This To Happen? (Steps to Reproduce)
Start Pipeline on GitLab
GitLab-Runner executes ´Powershell .\ci-config\build.ps1 -Verbosity=Diagnostic
Failing Pipeline is reported
Contributor guide
Assessment
This issue has not been assessed yet.