Skip to content

Commit cc219fe

Browse files
committed
Adding import module logic
1 parent 4285644 commit cc219fe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Tasks/SqlAzureDacpacDeployment/DeploySqlAzure.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Write-Verbose "StartIPAddress= $StartIPAddress"
3131
Write-Verbose "EndIPAddress= $EndIPAddress"
3232
Write-Verbose "DeleteFirewallRule= $DeleteFirewallRule"
3333

34+
Import-Module "Microsoft.TeamFoundation.DistributedTask.Task.Internal"
35+
Import-Module "Microsoft.TeamFoundation.DistributedTask.Task.Common"
36+
Import-Module "Microsoft.TeamFoundation.DistributedTask.Task.DevTestLabs"
3437

3538
# Load all dependent files for execution
3639
Import-Module ./Utility.ps1 -Force

Tasks/SqlAzureDacpacDeployment/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 19
16+
"Patch": 20
1717
},
1818
"demands": [
1919
"azureps",

Tasks/SqlAzureDacpacDeployment/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 19
16+
"Patch": 20
1717
},
1818
"demands": [
1919
"azureps",

0 commit comments

Comments
 (0)