Skip to content

Commit 4252c67

Browse files
committed
Merge branch 'master' of https://github.com/outcomputelabs/Learn
2 parents cc4257a + 60b1b23 commit 4252c67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ steps:
4242
solution: '**/*.sln'
4343
configuration: '$(buildConfiguration)'
4444

45+
- task: SqlDacpacDeploymentOnMachineGroup@0
46+
inputs:
47+
TaskType: 'dacpac'
48+
DacpacFile: '$(Build.SourcesDirectory)/src/Learn.Server.Data.SqlServer.Database/bin/$(buildConfiguration)/Learn.Server.Data.SqlServer.Database.dacpac'
49+
TargetMethod: 'publishProfile'
50+
PublishProfile: '$(Build.SourcesDirectory)/src/Learn.Server.Data.SqlServer.Database/bin/$(buildConfiguration)/Learn.Server.Data.SqlServer.Database.publish.xml'
51+
4552
- task: DotNetCoreCLI@2
4653
displayName: "Test"
4754
inputs:

0 commit comments

Comments
 (0)