Skip to content

Commit

Permalink
Cleaned up a commented out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellwest committed May 12, 2020
1 parent c8bab81 commit 7c759eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/SIF/Package-WDP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# Make sure to import `Sitecore.Cloud.Cmdlets.dll` and not `Sitecore.Cloud.Cmdlets.psm1`
Import-Module -Name "C:\Sitecore\sat\tools\Sitecore.Cloud.Cmdlets.dll"

$path = "C:\Projects\Spe\releases\Sitecore.PowerShell.Extensions-6.1.zip"
$path = "C:\Projects\Spe\releases\Sitecore.PowerShell.Extensions-6.1.1.zip"
$destination = "C:\Projects\Spe\releases\"

$wdpPath = ConvertTo-SCModuleWebDeployPackage -Path $path -Destination $destination -DisableDacPacOptions '*' -Verbose -Force
#ConvertTo-SCModuleWebDeployPackage $_.fullname $destinationPath -Exclude $excludePaths -DisableDacPacOptions '*'

Get-FileHash -Path $path -Algorithm SHA256
Get-FileHash -Path $wdpPath -Algorithm SHA256

0 comments on commit 7c759eb

Please sign in to comment.