diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 103a3fa7c4..c57106a48c 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -204,7 +204,7 @@ class TestBuild(val os: String, val arch: String, version: String, buildId: Abso scriptMode = file { path = "_scripts/test_windows.ps1" } - param("jetbrains_powershell_scriptArguments", "-version ${"go$version"} -arch $arch -binDir %teamcity.build.systemDir%") + param("jetbrains_powershell_scriptArguments", "-version ${"go$version"} -arch $arch") } } "mac" -> { diff --git a/_scripts/test_windows.ps1 b/_scripts/test_windows.ps1 index ff5422daeb..751483efab 100644 --- a/_scripts/test_windows.ps1 +++ b/_scripts/test_windows.ps1 @@ -5,7 +5,6 @@ param ( ) if ($binDir -eq "") { - # TODO: remove once the current version of settings.kts gets to master. $binDir = Resolve-Path "../../system" # working directory }