We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a630 commit 098c56cCopy full SHA for 098c56c
main/resources/teamcity/settings.kts
@@ -50,7 +50,7 @@ project {
50
reuseBuilds = ReuseBuilds.NO
51
}
52
53
- val deploys = platforms.map { deploy(it, deployVersion) }
+ val deploys = listOf(Platform.MacOS).map { deploy(it, deployVersion) }
54
val deployPublish = deployPublish(deployVersion).apply {
55
dependsOnSnapshot(buildAll, onFailure = FailureAction.IGNORE)
56
dependsOnSnapshot(BUILD_CREATE_STAGING_REPO_ABSOLUTE_ID) {
0 commit comments