Seems like there is a few problems preventing the basics from working. (Note I dont have choco installed yet, so that should be the first error I see)
$ pwsh -c ". assets/fudge/Fudge.ps1 list"
Fudge v$version$
Error checking user administrator priviledges
Windows Principal functionality is not supported on this platform.
Must be running with administrator priviledges for Fudge to fully function
Duration: 00:00:00.4940592
$ pwsh -c ". assets/fudge/Fudge.ps1 pack -fudgefile .ci/Fudgefile.appveyor"
Fudge v$version$
Error checking user administrator priviledges
Windows Principal functionality is not supported on this platform.
Must be running with administrator priviledges for Fudge to fully function
Duration: 00:00:00.2603162
Seems like there is a few problems preventing the basics from working. (Note I dont have choco installed yet, so that should be the first error I see)