Update src/svsmsp.install.ps1

This commit is contained in:
2026-02-26 15:30:18 -05:00
parent 287c8a547b
commit 8e2b460d44

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/nuget/SVS_Repo/"
[Parameter(Mandatory = $false)][string] $NewRepositoryURL = "https://proget.svstools.ca/nuget/SVS_Repo/"
)
function Start-Cleanup {