Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Remove manual running local SQL DB #119

Merged
merged 1 commit into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
pool:
vmImage: vs2017-win2016
steps:
- powershell: |
sqllocaldb create MSSQLLocalDB
sqllocaldb start MSSQLLocalDB
sqllocaldb info MSSQLLocalDB
displayName: 'Start local SQL DB'
- task: DotNetCoreCLI@2
displayName: 'Build'
inputs:
Expand All @@ -42,11 +37,6 @@ jobs:
pool:
vmImage: vs2017-win2016
steps:
- powershell: |
sqllocaldb create MSSQLLocalDB
sqllocaldb start MSSQLLocalDB
sqllocaldb info MSSQLLocalDB
displayName: 'Start local SQL DB'
- task: DotNetCoreCLI@2
displayName: 'Build'
inputs:
Expand Down