Skip to content

Commit 7c759eb

Browse files
committed
Cleaned up a commented out line.
1 parent c8bab81 commit 7c759eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/SIF/Package-WDP.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
# Make sure to import `Sitecore.Cloud.Cmdlets.dll` and not `Sitecore.Cloud.Cmdlets.psm1`
33
Import-Module -Name "C:\Sitecore\sat\tools\Sitecore.Cloud.Cmdlets.dll"
44

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

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

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

0 commit comments

Comments
 (0)