mirror of
https://github.com/PowerShell/PSDesiredStateConfiguration
synced 2026-06-21 13:45:25 +00:00
revert-64-issue-template
PSDesiredStateConfiguration module
Build
Requirements
- Any recent PowerShell Core release to run the build script
- .NET Core SDK of the version specified in
global.json(dotnetshould be visible through PATH env var) PSPackageProjectmodule installed from PS Gallery
Build Process
- Run
build.ps1 -Build -Clean - Compiled module will be in
./out/PSDesiredStateConfiguration
CI - Continuous Integration
CI pipeline definition is in .vsts-ci\azure-pipelines-ci.yml and running Compliance and Pester tests in test\PSDesiredStateConfiguration.Tests.ps1 on Windows, Linux and Mac. CI builds are not signed.
Publishing Releases
The module is released on Powershell Gallery.
For a release the code of this repo is mirrored into an internal repo and .vsts-ci\azure-pipelines-release.yml pipeline is run. Release builds are signed.
Languages
PowerShell
65.6%
C#
34.4%