Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
TeamCity change in 'Octopus Deploy / Libraries / Sashimi Group / Sash…
Browse files Browse the repository at this point in the history
…imi.AzureAppService' project: project 'Build: Test Images' was created
  • Loading branch information
mjhilton authored and TEAMCITY-PROD$ committed May 27, 2022
1 parent 3d9f907 commit 945da18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .teamcity/patches/projects/BuildTestImages.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package patches.projects

import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.Project
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*

/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, create a project with id = 'BuildTestImages'
in the root project, and delete the patch script.
*/
create(DslContext.projectId, Project({
id("BuildTestImages")
name = "Build: Test Images"
}))

0 comments on commit 945da18

Please sign in to comment.