From 4c369351a1219b2cb563d38ee92ae853db28b528 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 21 Jul 2019 04:48:09 -0500 Subject: [PATCH] Adjusted AppVeyor documentation builds --- appveyor.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9ccb1fb5..bc6da318 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,11 +83,12 @@ for: function Do-DocFX { Add-Content link_branch.json "{`"_gitContribute`":{`"sourceBranch`":`"$env:APPVEYOR_REPO_COMMIT`",`"apiSpecFolder`":`"docs/override`"}}" - & docfx metadata - & docfx build --globalMetadataFiles link_branch.json @Args - if ($lastexitcode -ne 0){ - throw [System.Exception] "docfx build failed with exit code $lastexitcode." - } + #& docfx metadata + #& docfx build --globalMetadataFiles link_branch.json @Args + #if ($lastexitcode -ne 0){ + # throw [System.Exception] "docfx build failed with exit code $lastexitcode." + #} + & .\build.ps1 } if ($env:APPVEYOR_REPO_TAG -eq "true")