From 3b4a14a6155aeeaad26b4045a73ca0c95bd373e9 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 24 Mar 2021 07:13:43 +0100 Subject: [PATCH] Add Linux acceptance tests - Trial 20 --- build/azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 3d864c630a..26544fac09 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -222,8 +222,11 @@ stages: displayName: Use .Net Core sdk 5.x inputs: version: 5.x - - powershell: sqlcmd -S . -U sa -P $env:SA_PASSWORD -Q "CREATE DATABASE $env:UmbracoDatabaseName" + - task: Bash@3 displayName: Create database + inputs: + targetType: 'inline' + script: 'sqlcmd -S . -U sa -P $SA_PASSWORD -Q "CREATE DATABASE $UmbracoDatabaseName"' # - task: DotNetCoreCLI@2 # displayName: dotnet build (Netcore) # inputs: