This repository was archived by the owner on Apr 18, 2020. It is now read-only.
Releases: osoykan-archive/Cake.OctoVariapus
Releases · osoykan-archive/Cake.OctoVariapus
v1.2.0
Enhancement
- Clearing all non sensitive variables before the variable import.
clearAllNonSensitiveExistingVariablesfalse as default that means that is not a breaking change for existing users. If you want to delete just pass true since you have avariables.jsonin 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