runners of 'Package' build configuration were updated (TeamCity change in 'Amasson / Aura' project)
This commit is contained in:
Vendored
+8
@@ -59,4 +59,12 @@ object Package_1 : BuildType({
|
|||||||
vcs {
|
vcs {
|
||||||
root(DslContext.settingsRoot)
|
root(DslContext.settingsRoot)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
name = "Publish Artifact"
|
||||||
|
id = "Publish_Artifact"
|
||||||
|
scriptContent = """echo "Let's publish !""""
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user