move one agent from ios to android

This commit is contained in:
Зеленцов Никита 2023-01-10 13:57:50 +03:00
parent 95cf6ed21e
commit 989f60241b
3 changed files with 6 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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

View File

@ -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")
}
})
{}