Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brendan Rice 537 posts 1098 karma points
    Feb 11, 2022 @ 13:31
    Brendan Rice
    0

    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.
    

    This seems related to the following issue:

    https://github.com/umbraco/Umbraco-SqlServerCE/issues/1

    Can anyone help please?

  • Elgars 5 posts 75 karma points
    Mar 08, 2022 @ 10:08
    Elgars
    0

    Hi,

    Did you find a solution?

  • Brendan Rice 537 posts 1098 karma points
    Mar 16, 2022 @ 21:42
    Brendan Rice
    0

    Hi Elgars, if I remember correctly, this happened as files weren't checked into source control. Once they were it worked fine.

Please Sign in or register to post replies

Write your reply to:

Draft