F# Helpers for Azure DevOpsIntroductionThis extension contains build tasks for use within Azure Devops that are particularly useful within the F# world. At the current time, the extension contains the following tasks. Contributors: @isaacabraham, @matthid. NoteThere are some smaller extensions you can install instead of this one: it is not recommeded to install these together with the F# Helpers for Azure DevOps extension (ie they should not be installed at the same time). You can either install the "F# Helpers for Azure DevOps" extension for an all-in-one solution or any combination of the smaller ones. You can switch back and forth between the all-in-one and subset-packages any time by uninstalling the extensions. Your existing build and release processes will continue to work, but might no longer receive updates for already used tasks! TasksSetup Paket Credential ProviderUse the Setup Paket Credential Provider task to setup the required credential manager to access your internal Azure DevOps NuGet feeds within your own build script running paket.
Paket Credential Provider CleanupCleanup the credential manager to prevent follow-up-tasks to access the internal NuGet feed.
Paket RestoreUse the Paket Restore task to download the full Paket executable via the Paket Bootstrapper
that you have committed into source control, and automatically run FAKE 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 FAKE RunnerUse the FAKE Runner task to execute any FAKE script in the repository. This task assumes that
the FAKE executable is located at Execute F# ScriptUse the Execute F# Script task to run any |