Skip to content

Commit

Permalink
teamcity: adding the default vcs root id
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Jul 26, 2023
1 parent a54db6b commit 328ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var clientId = DslContext.getParameter("clientId", "")
var clientSecret = DslContext.getParameter("clientSecret", "")
var tenantId = DslContext.getParameter("tenantId", "")
var environment = DslContext.getParameter("environment", "public")
var vcsRootId = DslContext.getParameter("vcsRootId", "")
var vcsRootId = DslContext.getParameter("vcsRootId", "TF_HashiCorp_AzureAD_Repository")

var clientConfig = ClientConfiguration(clientId, clientSecret, tenantId, vcsRootId)

Expand Down

0 comments on commit 328ca4d

Please sign in to comment.