diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..91faa2f Binary files /dev/null and b/.DS_Store differ diff --git a/CHANGELOG.md b/CHANGELOG.md index d011359..70bc9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.1] - 2023-01-10 +### Changed +- Move one of agent from ios to android + ## [1.3.0] - 2022-07-29 ### Fixed - Search "*.aab" artifacts diff --git a/teamcity/settings.kts.in b/teamcity/settings.kts.in index 18cf21a..83d034f 100644 --- a/teamcity/settings.kts.in +++ b/teamcity/settings.kts.in @@ -122,7 +122,7 @@ open class BuildAndroidType(name_suffix : String, environment : String) : } requirements { - equals("teamcity.agent.name", "Default Agent") + equals("teamcity.agent.name", "(Default Agent|Default Agent 2)") } } ) @@ -176,7 +176,7 @@ open class BuildIOSType(name_suffix : String, environment : String) : } requirements { - matches("teamcity.agent.name", "(Default Agent 2|Default Agent 3)") + matches("teamcity.agent.name", "Default Agent 3") } }) {}