diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f531027..ec37982 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,6 @@ pool: steps: - task: FAKE5@1 inputs: - FakeVersion: '5.4.1' + FakeVersion: '5.16.1' FakeScript: 'build.fsx' ScriptArguments: 'build'