0
.octopus/deployment_process.ocl
Normal file
0
.octopus/deployment_process.ocl
Normal file
7
.octopus/deployment_settings.ocl
Normal file
7
.octopus/deployment_settings.ocl
Normal 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}"
|
||||
}
|
||||
1
.octopus/schema_version.ocl
Normal file
1
.octopus/schema_version.ocl
Normal file
@@ -0,0 +1 @@
|
||||
version = 6
|
||||
3
.octopus/variables.ocl
Normal file
3
.octopus/variables.ocl
Normal file
@@ -0,0 +1,3 @@
|
||||
variable "TestVariable" {
|
||||
value "1234" {}
|
||||
}
|
||||
Reference in New Issue
Block a user