Skip to content

Commit

Permalink
Referencing utilities in Create-DiffPackage.psm1. (#7039)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyadav authored Apr 20, 2018
1 parent e2c7a57 commit 5ed8cc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Tasks/ServiceFabricDeploy/Create-DiffPackage.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ function Create-DiffPackage
{
Write-Host (Get-VstsLocString -Key DIFFPKG_CreatingDiffPackage)

# Load utility functions
. "$PSScriptRoot\utilities.ps1"
Import-Module $PSScriptRoot\ps_modules\ServiceFabricHelpers
Import-Module $PSScriptRoot\ps_modules\PowershellHelpers

Expand Down
2 changes: 1 addition & 1 deletion Tasks/ServiceFabricDeploy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 7,
"Patch": 7
"Patch": 8
},
"demands": [
"Cmd"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ServiceFabricDeploy/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 7,
"Patch": 7
"Patch": 8
},
"demands": [
"Cmd"
Expand Down

0 comments on commit 5ed8cc1

Please sign in to comment.