Merge branch 'v9/feature/move-templates-to-root' into v9/feature/projecttemplate-cleanup

This commit is contained in:
Ronald Barendse
2022-03-24 13:57:38 +01:00
240 changed files with 6657 additions and 2656 deletions

View File

@@ -523,7 +523,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")
}