Teamcity Nuget恢复错误

时间:2018-07-18 13:31:31

标签: .net asp.net-mvc nuget teamcity nuget-package-restore

我正在尝试在teamcity上构建.net MVC项目。但是得到nuget包还原错误。它以前曾在工作,但突然我现在收到此错误。

$regId = 123; // your registration id

Certificate::whereHas('registrationTypes', function ($query) use ($regId) {
        $query->where('certificate_available', 'Y')
            ->whereHas('participants', function ($query) use ($regId) {
                    $query->where('registration_id', $regId);
                });
    })
    ->get();

谢谢。

0 个答案:

没有答案