runners of 'Package' build configuration were updated (TeamCity change in 'Amasson / Aura' project)

This commit is contained in:
amasson
2026-05-13 13:42:36 +00:00
committed by tcuser
parent c79b953f5b
commit afaf765ef0
+8
View File
@@ -59,4 +59,12 @@ object Package_1 : BuildType({
vcs {
root(DslContext.settingsRoot)
}
steps {
script {
name = "Publish Artifact"
id = "Publish_Artifact"
scriptContent = """echo "Let's publish !""""
}
}
})