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

Commit cd8b3f2

Browse files
authored
Remove manual running local SQL DB (#119)
Remove manual running local SQL DB as the real issue was building in release instead of debug Relates to #108
1 parent c98f174 commit cd8b3f2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
pool:
1616
vmImage: vs2017-win2016
1717
steps:
18-
- powershell: |
19-
sqllocaldb create MSSQLLocalDB
20-
sqllocaldb start MSSQLLocalDB
21-
sqllocaldb info MSSQLLocalDB
22-
displayName: 'Start local SQL DB'
2318
- task: DotNetCoreCLI@2
2419
displayName: 'Build'
2520
inputs:
@@ -42,11 +37,6 @@ jobs:
4237
pool:
4338
vmImage: vs2017-win2016
4439
steps:
45-
- powershell: |
46-
sqllocaldb create MSSQLLocalDB
47-
sqllocaldb start MSSQLLocalDB
48-
sqllocaldb info MSSQLLocalDB
49-
displayName: 'Start local SQL DB'
5040
- task: DotNetCoreCLI@2
5141
displayName: 'Build'
5242
inputs:

0 commit comments

Comments
 (0)