From 366d7c0fce203d92a9dbe79973cfb23a0debd087 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 24 Feb 2022 11:30:20 +0100 Subject: [PATCH] Update docfx dependency (#12046) * Update docfx * temp commit to test out azure pipeline * Rollback temp fix --- 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 7f231bd298..38d5e7673b 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -538,7 +538,7 @@ stages: inputs: targetType: inline script: | - choco install docfx --version=2.58.5 -y + choco install docfx --version=2.59.0 -y if ($lastexitcode -ne 0){ throw ("Error installing DocFX") }