Update src/svsmsp.install.ps1

This commit is contained in:
2026-01-26 11:41:33 -05:00
parent 9f70f908f5
commit 14bc2acdb1

View File

@@ -6,7 +6,7 @@ function Install-SVSMSP {
[Parameter(Mandatory = $false)][array] $AllRepositories = @(@{ RepoName = "SVS_Repo" }, @{ RepoName = "SVS_Toolkit" }),
[Parameter(Mandatory = $false)][string] $NewModuleName = "SVSMSP",
[Parameter(Mandatory = $false)][string] $NewRepositoryName= "SVS_Repo",
[Parameter(Mandatory = $false)][string] $NewRepositoryURL = "http://proget.svstools.ca:8083/nuget/SVS_Repo/"
[Parameter(Mandatory = $false)][string] $NewRepositoryURL = "http://proget.svstools.ca/nuget/SVS_Repo/"
)
function Start-Cleanup {