Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@osoykan osoykan released this 29 Nov 08:29
· 5 commits to master since this release
72683ce

Enhancement

  • Clearing all non sensitive variables before the variable import. clearAllNonSensitiveExistingVariables false as default that means that is not a breaking change for existing users. If you want to delete just pass true since you have a variables.json in your solution folder.
 public static void OctoImportVariables(this ICakeContext context,
            string octopusServerEndpoint,
            string octopusProjectName,
            string octopusApiKey,
            IEnumerable<OctoVariable> variables,
            bool clearAllNonSensitiveExistingVariables = false)
  • Cake updated to 0.23.0