From 3d88203d7bee759dacdfb701232173494dc064d9 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 23 Mar 2021 21:07:44 +0100 Subject: [PATCH] Add Linux acceptance tests - Trial 4 --- build/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index c9ebc05d0b..e8b8ac0398 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -223,6 +223,8 @@ stages: inputs: version: 5.x + - powershell: Install-Module -Name SqlServer + displayName: Install PS Module for MSSql - powershell: Invoke-Sqlcmd -Query "CREATE DATABASE $env:UmbracoDatabaseName" -ServerInstance $env:UmbracoDatabaseServer displayName: Create database # - task: DotNetCoreCLI@2