Update .teamcity/settings.kts
This commit is contained in:
Vendored
+5
@@ -63,6 +63,11 @@ object Package_1 : BuildType({
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
name = "Build package"
|
||||
id = "Build_Package"
|
||||
scriptContent = """echo "Work work..." """
|
||||
}
|
||||
script {
|
||||
name = "Publish Artifact"
|
||||
id = "Publish_Artifact"
|
||||
|
||||
Reference in New Issue
Block a user