From f1a12e2a50f42dd1c557fdbebd0b979fe186b2c6 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 30 Oct 2023 13:13:32 +0100 Subject: [PATCH] Update docfx and use dotnet global tool --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 6cc18affbf..d506b7ed7c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -149,7 +149,7 @@ stages: inputs: targetType: inline script: | - choco install docfx --version=2.59.4 -y + dotnet tool install -g docfx --version 2.72.1 if ($lastexitcode -ne 0){ throw ("Error installing DocFX") }