[windows] Modify TortoiseSVN installation (#10010)

This commit is contained in:
Shamil Mubarakshin
2024-06-10 08:45:22 +02:00
committed by GitHub
parent 870d08d9cb
commit 2e3a8e1ccf
5 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
################################################################################
## File: Install-TortoiseSvn.ps1
## Desc: Install TortoiseSvn
################################################################################
Install-ChocoPackage tortoisesvn

View File

@@ -285,7 +285,8 @@ build {
"${path.root}/../scripts/build/Install-DockerCompose.ps1",
"${path.root}/../scripts/build/Install-PowershellCore.ps1",
"${path.root}/../scripts/build/Install-WebPlatformInstaller.ps1",
"${path.root}/../scripts/build/Install-Runner.ps1"
"${path.root}/../scripts/build/Install-Runner.ps1",
"${path.root}/../scripts/build/Install-TortoiseSvn.ps1"
]
}

View File

@@ -275,7 +275,8 @@ build {
"${path.root}/../scripts/build/Install-DockerCompose.ps1",
"${path.root}/../scripts/build/Install-PowershellCore.ps1",
"${path.root}/../scripts/build/Install-WebPlatformInstaller.ps1",
"${path.root}/../scripts/build/Install-Runner.ps1"
"${path.root}/../scripts/build/Install-Runner.ps1",
"${path.root}/../scripts/build/Install-TortoiseSvn.ps1"
]
}

View File

@@ -434,7 +434,6 @@
"args": [ "--version", "5.32.1.1" ]
},
{ "name": "pulumi" },
{ "name": "tortoisesvn" },
{ "name": "swig" },
{ "name": "vswhere" },
{

View File

@@ -335,7 +335,6 @@
"args": [ "--version", "5.32.1.1" ]
},
{ "name": "pulumi" },
{ "name": "tortoisesvn" },
{ "name": "swig" },
{ "name": "vswhere" },
{