mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-07 13:34:02 +02:00
Apply patch for the release
This commit is contained in:
parent
7b183f0876
commit
f4f0f7c3ed
.teamcity
5
.teamcity/_Self/buildTypes/ReleasePlugin.kt
vendored
5
.teamcity/_Self/buildTypes/ReleasePlugin.kt
vendored
@ -28,7 +28,10 @@ sealed class ReleasePlugin(private val releaseType: String) : IdeaVimBuildType({
|
||||
name = "Publish $releaseType release"
|
||||
description = "Build and publish IdeaVim plugin"
|
||||
|
||||
artifactRules = "build/distributions/*"
|
||||
artifactRules = """
|
||||
build/distributions/*
|
||||
build/reports/*
|
||||
""".trimIndent()
|
||||
|
||||
params {
|
||||
param("env.ORG_GRADLE_PROJECT_ideaVersion", RELEASE)
|
||||
|
19
.teamcity/patches/buildTypes/ReleaseMinor.kts
vendored
19
.teamcity/patches/buildTypes/ReleaseMinor.kts
vendored
@ -1,19 +0,0 @@
|
||||
package patches.buildTypes
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.*
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
|
||||
|
||||
/*
|
||||
This patch script was generated by TeamCity on settings change in UI.
|
||||
To apply the patch, change the buildType with id = 'ReleaseMinor'
|
||||
accordingly, and delete the patch script.
|
||||
*/
|
||||
changeBuildType(RelativeId("ReleaseMinor")) {
|
||||
check(artifactRules == "build/distributions/*") {
|
||||
"Unexpected option value: artifactRules = $artifactRules"
|
||||
}
|
||||
artifactRules = """
|
||||
build/distributions/*
|
||||
build/reports/*
|
||||
""".trimIndent()
|
||||
}
|
Loading…
Reference in New Issue
Block a user