diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c5ab48da76..2e19686cd4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: command: | apt-get update apt-get install -y libunwind8 libicu52 unzip wget git - wget https://github.com/fsharp/FAKE/releases/download/5.16.0/fake-dotnetcore-linux-x64.zip -O /tmp/fake-dotnetcore-linux-x64.zip + wget https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-linux-x64.zip -O /tmp/fake-dotnetcore-linux-x64.zip mkdir fake-dotnetcore unzip /tmp/fake-dotnetcore-linux-x64.zip -d fake-dotnetcore || echo unzip returned $? chmod +x $PWD/fake-dotnetcore/fake diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8a814686eb8..bf4550742f1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "fake-cli": { - "version": "5.20.0", + "version": "5.20.1", "commands": [ "fake" ] diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2230642ebb9..376a8d35b7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ do_build: - "echo 'Package: *\nPin: origin \"archive.debian.org\"\nPin-Priority: 500' | tee -a /etc/apt/preferences.d/10-archive-pin" - apt-get update - apt-get install -y libunwind8 libicu52 unzip wget git - - wget https://github.com/fsharp/FAKE/releases/download/5.18.3/fake-dotnetcore-linux-x64.zip -O /tmp/fake-dotnetcore-linux-x64.zip + - wget https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-linux-x64.zip -O /tmp/fake-dotnetcore-linux-x64.zip - mkdir fake-dotnetcore - unzip -n /tmp/fake-dotnetcore-linux-x64.zip -d fake-dotnetcore || echo unzip returned $? - chmod +x $PWD/fake-dotnetcore/fake