GitHub Action failing to restore Nuget Package Umbraco.SqlServerCE.targets
I get the following error when trying to run a build with GitHub Actions:
Build started 2/11/2022 1:24:09 PM.
1>Project "D:\a\MyProject\MyProject.Web\MyProject.Web.csproj" on node 1 (default targets).
1>D:\a\MyProject\MyProject.Web\MyProject.Web.csproj(881,5): error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Umbraco.SqlServerCE.4.0.0.1\build\Umbraco.SqlServerCE.targets.
1>_CleanRecordFileWrites:
Creating directory "obj\Release\".
1>Done Building Project "D:\a\MyProject\MyProject.Web\MyProject.Web.csproj" (default targets) -- FAILED.
GitHub Action failing to restore Nuget Package Umbraco.SqlServerCE.targets
I get the following error when trying to run a build with GitHub Actions:
This seems related to the following issue:
https://github.com/umbraco/Umbraco-SqlServerCE/issues/1
Can anyone help please?
Hi,
Did you find a solution?
Hi Elgars, if I remember correctly, this happened as files weren't checked into source control. Once they were it worked fine.
is working on a reply...