Nuget restore (via gitlab runner) fails at a specific package
I am trying to set up a windows gitlab runner to build and publish my WPF .NET Framework 4.8 project. My
Now my project contains the following external packages:
Does anyone have any idea why my windows runner fails at restoring this specific package?
gitlab-ci.yml file looks as follows:Now my project contains the following external packages:
- Microsoft.Toolkit.Uwp.Notifications/7.1.3
- PDFtoPrinter/1.5.0
- Serilog.Sinks.File
- Serilog
Does anyone have any idea why my windows runner fails at restoring this specific package?