Files
PSProxmox/Scripts
PSProxmox Team 34b778c288 Enhanced build script with publish functionality and removed duplicate JSON library
- Added -Publish parameter to build script for automated PSGallery publishing
- Removed duplicate Newtonsoft.Json.dll reference from lib directory
- Updated module manifests to load all dependencies from bin directory
- Implemented proper folder structure for PowerShell Gallery publishing
- Added comprehensive error handling and cleanup for publish process
- Successfully published PSProxmox v2025.07.03.1200 to PowerShell Gallery
2025-07-03 08:50:42 -04:00
..

PSProxmox Scripts

This directory contains scripts for building and installing the PSProxmox module.

Scripts

  • build.ps1: Builds the PSProxmox module
  • Install-PSProxmox.ps1: Installs the PSProxmox module

Building the Module

To build the module, run the build.ps1 script:

.\build.ps1

This will:

  1. Compile the C# code
  2. Create a versioned release in the Release folder
  3. Update the Module folder with the latest build
  4. Create a ZIP package for distribution

Installing the Module

To install the module, run the Install-PSProxmox.ps1 script:

.\Install-PSProxmox.ps1

This will copy the module files to your PowerShell modules directory.

Documentation

For detailed documentation, see the Documentation directory.