From 8f3582bc576683ac2d69bf5c415221bee91852a7 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 27 Sep 2022 20:51:36 +0100 Subject: [PATCH] Revert "update nuke." This reverts commit 87dbbfe8a1be151ef9499971f4f634aef0507800. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2610134f02..8dbe304d7e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -179,7 +179,7 @@ jobs: displayName: 'Install Nuke' inputs: script: | - dotnet tool install --global Nuke.GlobalTool --version 6.2.1 + dotnet tool install --global Nuke.GlobalTool --version 0.24.0 - task: CmdLine@2 displayName: 'Run Nuke'