Update src/svsmsp.install.ps1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user