File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Tasks/SqlAzureDacpacDeployment Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Write-Verbose "StartIPAddress= $StartIPAddress"
3131Write-Verbose " EndIPAddress= $EndIPAddress "
3232Write-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
3639Import-Module ./ Utility.ps1 - Force
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 1 ,
1515 "Minor" : 0 ,
16- "Patch" : 19
16+ "Patch" : 20
1717 },
1818 "demands" : [
1919 " azureps" ,
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 1 ,
1515 "Minor" : 0 ,
16- "Patch" : 19
16+ "Patch" : 20
1717 },
1818 "demands" : [
1919 " azureps" ,
You can’t perform that action at this time.
0 commit comments