Tuesday, October 30, 2018

building miniengine issue

Modify Nuget.Config in the MiniEngine directory from:
    add key="repositoryPath" value="..\Packages"
   to:
    add key="repositoryPath" value=".\Packages"

This matches previously functional versions of MiniEngine.  Might just be related to some internal changes that are not yet completely checked in.

Update: 3/1/19:

Had same issue and found above solution didn't resolve the issue but copying the Packages directory one level down did resolve the issue. Thinking one of the projects got fixed and others did not....sigh.

1 comment:

adam lake said...

6/28/19: appears resolved in latest revisions.