Merge branch 'v9/9.1' into v9/dev

This commit is contained in:
Bjarke Berg
2021-11-04 12:34:21 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ stages:
inputs:
targetType: inline
script: |
choco install docfx -y
choco install docfx --version=2.58.5 -y
if ($lastexitcode -ne 0){
throw ("Error installing DocFX")
}

View File

@@ -24,7 +24,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.1.0",
"defaultValue": "9.1.0-rc",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},

View File

@@ -57,7 +57,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.1.0",
"defaultValue": "9.1.0-rc",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},