Fix HtmlText exception with empty texts

This commit is contained in:
Wizou 2024-07-06 15:36:08 +02:00
parent b9299810b8
commit 88c05287be
3 changed files with 10 additions and 11 deletions

2
.github/dev.yml vendored
View file

@ -1,7 +1,7 @@
pr: none
trigger: [ master ]
name: 4.1.2-dev.$(Rev:r)
name: 4.1.3-dev.$(Rev:r)
pool:
vmImage: ubuntu-latest

3
.github/release.yml vendored
View file

@ -62,7 +62,6 @@ stages:
{
"status": "success",
"complete": true,
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"
}"
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"}"
}
waitForCompletion: 'false'