PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

Build update related to compiling subsystem dll #49

Closed anmenaga closed 3 years ago

anmenaga commented 3 years ago

With this change, compilation of the module is done using: ./build.ps1 -Build

after the build, the output module (that can be x-copied or loaded into PS) is in: ./out/PSDesiredStateConfiguration

Please note that build requires that 'nuget' (e.g. version 5.9.1) and 'dotnet' (e.g. version 6.0.100-preview.4.21255.9) are visible through PATH"