Xavier Decoster

Results 7 comments of Xavier Decoster

This is really a major blocker for me to be able to adopt CDN... Could not think of any way around it currently. As this is a long-standing issue, can...

Makes sense! Regarding the first list item: AFAIK, the only way to "inherit" commands from another package (without relying on the file system, such as the package installation directory) is...

Awesome! The gist verifies that dependent packages can inherit PowerShell functionality from another package, given the other package imports its module from within `init.ps1`. FYI, you might also be interested...

I can still see the value in this (using psbuild in a PowerShell console that has knowledge about the current solution context can be interesting, eg Invoke-MsBuild )

Interested in contributing, but running a little short on time lately :( A short-list of smaller tasks might be a great help though

AFAIK, these are the only possible approaches to this (but feel free to correct me if I'm wrong :)) - use `init.ps1` and instantly install psbuild into the NuGet profile...