robgha01
robgha01
If you want to import a shortcut you have to do this instead: ``` resolve: { alias: { 'waypoints': 'waypoints/lib' } } ``` Then you can import the shortcut or...
Is this project dead ?
@mholo65 i get this when i debug ``` D:\Workspaces\BlueLeet\BlueLeet.UCodeFirst\Build>dotnet tools/Cake.CoreCLR/Cake.dll build.cake --verbosity=diagnostic --debug Module directory does not exist. Performing debug... Attach debugger to process 22116 to continue Debugger attached Analyzing...
The build scripts looks like this: https://gist.github.com/robgha01/6393b59e11694f6f135e95c5c93b376b
@mholo65 i get the same error the load is now at the top line 1 before anything else: ``` D:\Workspaces\BlueLeet\BlueLeet.UCodeFirst\Build>dotnet ../.tools/Cake.CoreCLR/Cake.dll build.cake --verbosity=diagnostic --debug Module directory does not exist. Performing...
@mholo65 i tested with this: `#load "../.tools/BlueLeet.Build/content/base.cake"` and now the script is getting included and i don't get that error so the problem is #load is not updated for the...
@gep13 @mholo65 yes it works if i dont use the CoreCLR but the #load is still not including the base script is it because im using addins that are not...
Im giving this a shoot: https://github.com/0xFireball/ModPhuserEx as it seams most of the pull requests are merged at that project... if the owned decides to release minor fixes as he have...