Move dotnet run

This commit is contained in:
Bjarke Berg
2021-03-22 11:22:23 +01:00
parent 9317e45dc6
commit ff51b477eb

View File

@@ -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: