Include Newtonsoft.Json dependency in the module

This commit is contained in:
Alphaeus Mote
2025-04-28 20:16:01 -04:00
parent 1a75ff9aa7
commit 771c399d45
4 changed files with 21 additions and 3 deletions
+1
View File
@@ -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