From 4096930b39cd87d2a560a45efb86a2489d361e3c Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Sun, 3 Nov 2019 00:52:50 +0000 Subject: [PATCH] Use fake 5.16.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'