Merge remote-tracking branch 'origin/v12/dev' into v13/dev

# Conflicts:
#	version.json
This commit is contained in:
Bjarke Berg
2023-05-23 12:23:27 +02:00
48 changed files with 837 additions and 390 deletions

View File

@@ -302,7 +302,7 @@ stages:
Linux:
vmImage: 'ubuntu-latest'
testDb: SqlServer
connectionString: 'Server=localhost,1433;User Id=sa;Password=$(SA_PASSWORD);'
connectionString: 'Server=localhost,1433;User Id=sa;Password=$(SA_PASSWORD);TrustServerCertificate=true'
pool:
vmImage: $(vmImage)
variables: