From ff51b477ebb58750630595a1bab58a779e2181d4 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 22 Mar 2021 11:22:23 +0100 Subject: [PATCH] Move dotnet run --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 069f8e99fc..47e2744c18 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -123,8 +123,6 @@ stages: displayName: Use .Net Core sdk 5.x inputs: version: 5.x - - powershell: sqllocaldb start mssqllocaldb - displayName: Start MSSQL LocalDb - task: DotNetCoreCLI@2 displayName: dotnet build (Netcore) inputs: @@ -175,6 +173,8 @@ stages: pool: vmImage: windows-latest steps: + - powershell: sqllocaldb start mssqllocaldb + displayName: Start MSSQL LocalDb - task: PowerShell@1 displayName: dotnet run (Netcore) inputs: