We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bab81 commit 7c759ebCopy full SHA for 7c759eb
Modules/SIF/Package-WDP.ps1
@@ -2,11 +2,10 @@
2
# Make sure to import `Sitecore.Cloud.Cmdlets.dll` and not `Sitecore.Cloud.Cmdlets.psm1`
3
Import-Module -Name "C:\Sitecore\sat\tools\Sitecore.Cloud.Cmdlets.dll"
4
5
-$path = "C:\Projects\Spe\releases\Sitecore.PowerShell.Extensions-6.1.zip"
+$path = "C:\Projects\Spe\releases\Sitecore.PowerShell.Extensions-6.1.1.zip"
6
$destination = "C:\Projects\Spe\releases\"
7
8
$wdpPath = ConvertTo-SCModuleWebDeployPackage -Path $path -Destination $destination -DisableDacPacOptions '*' -Verbose -Force
9
-#ConvertTo-SCModuleWebDeployPackage $_.fullname $destinationPath -Exclude $excludePaths -DisableDacPacOptions '*'
10
11
Get-FileHash -Path $path -Algorithm SHA256
12
Get-FileHash -Path $wdpPath -Algorithm SHA256
0 commit comments