Files
Zack Meier 1d304511b8 update
2026-04-15 15:45:50 -05:00

10 lines
449 B
PowerShell

$moduleName = 'ITD.POC'
Register-PSRepository -Name ITD_PwshGalleryPOC `
-SourceLocation https://itdscmt1.nd.gov/ITD_PwshGallery/nuget/ `
-PublishLocation https://itdscmt1.nd.gov/ITD_PwshGallery/nuget/ `
-InstallationPolicy Trusted
#$modulePath = Join-Path -Path $env:SYSTEM_DEFAULTWORKINGDIRECTORY -ChildPath "$moduleName.psm1"
Publish-Module -Path $env:SYSTEM_DEFAULTWORKINGDIRECTORY -Repository ITD_PwshGalleryPOC -NuGetApiKey 'zm'