FAKE 5 Tasks for Azure DevOpsIntroductionThis extension contains build tasks for use within Azure DevOps that are particularly useful for build and release automation. Contributors: @isaacabraham, @matthid. NoteIt is not recommended to install the extension Fake Tasks for Azure DevOps in combination with F# Helpers for Azure DevOps as it is a subset of the later. Please see the note regarding the incompatibilty in the F# Helpers for Azure DevOps page. TasksFAKE 5 RunnerUse the FAKE 5 Runner task to execute any FAKE 5 script in the repository. This task downloads and caches the given FAKE 5 version. In addition to the path of the FAKE script, you can supply an optional target as well as any other arbitrary arguments that are required. FAKE 5 VaultUse the FAKE 5 Vault task to create a fake 5 vault. This task is useful if you want to use secret variables and run your own fake 5 bootstrapping method (ie not the |