mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-19 11:06:18 +00:00
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
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
DotNetFrameworkVersion = '4.7.2'
|
||||
CompatiblePSEditions = @('Desktop', 'Core')
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll', 'lib\Newtonsoft.Json.dll')
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll')
|
||||
# Root module
|
||||
RootModule = 'bin\PSProxmox.dll'
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module
|
||||
|
||||
Reference in New Issue
Block a user