Merge pull request #1 from DeveloperDurp/test

Test
This commit is contained in:
2023-04-09 13:45:45 +00:00
committed by GitHub
4 changed files with 11 additions and 0 deletions

View File

View File

@@ -0,0 +1,7 @@
connectivity_policy {
allow_deployments_to_no_targets = true
}
versioning_strategy {
template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}"
}

View File

@@ -0,0 +1 @@
version = 6

3
.octopus/variables.ocl Normal file
View File

@@ -0,0 +1,3 @@
variable "TestVariable" {
value "1234" {}
}