From ea3668a2245e0da5ded6e71a4e519ded793b498e Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 16 Jan 2023 16:10:06 +0100 Subject: [PATCH] Update docfx (#13679) --- 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 e4d751b51b..068d55107c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -147,7 +147,7 @@ stages: inputs: targetType: inline script: | - choco install docfx --version=2.59.2 -y + choco install docfx --version=2.59.4 -y if ($lastexitcode -ne 0){ throw ("Error installing DocFX") }