mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-25 13:36:50 +00:00
Include Newtonsoft.Json dependency in the module
This commit is contained in:
@@ -29,6 +29,7 @@ if (-not (Test-Path -Path "$modulePath\bin")) {
|
||||
# Copy the module files
|
||||
Copy-Item -Path "$rootPath\Module\PSProxmox.psd1" -Destination $modulePath -Force
|
||||
Copy-Item -Path "$rootPath\Module\bin\PSProxmox.dll" -Destination "$modulePath\bin" -Force
|
||||
Copy-Item -Path "$rootPath\Module\bin\Newtonsoft.Json.dll" -Destination "$modulePath\bin" -Force
|
||||
Copy-Item -Path "$rootPath\LICENSE" -Destination $modulePath -Force
|
||||
Copy-Item -Path "$rootPath\README.md" -Destination $modulePath -Force
|
||||
|
||||
|
||||
Reference in New Issue
Block a user