Commit dc9952d 1 parent cbe429a commit dc9952d Copy full SHA for dc9952d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
ServiceConnection = $env:AZDO_SVC_CONN_NAME
36
36
SolutionName = "ALMAcceleratorSampleSolution"
37
37
UserName = $env:PR_LOOP_USERNAME
38
- PortalSiteName = 'ALMAcceleratorSamplePortal - site-d6dw3 '
38
+ PortalSiteName = 'ALM Accelerator Sample - almacceleratorsample '
39
39
PublishCustomizations = 'false'
40
40
CommitScope = '1'
41
41
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function Process-and-Download-Websites
57
57
if ($websiteId -ne " NA" ){
58
58
Write-Host " Triggering pac download"
59
59
# Logic to download websites
60
- $portalDownloadCommand = " paportal download --path $powerPagesFolderPath --webSiteId $websiteId --overwrite"
60
+ $portalDownloadCommand = ' paportal download --path " $powerPagesFolderPath" --webSiteId $websiteId --overwrite'
61
61
Write-Host " Executing portalDownloadCommand - $pacexepath $portalDownloadCommand "
62
62
Invoke-Expression - Command " $pacexepath $portalDownloadCommand "
63
63
}else {
@@ -119,7 +119,7 @@ function Process-and-Upload-Websites
119
119
}
120
120
121
121
# Logic to upload websites
122
- $portalUploadCommand = " paportal upload --path $websiteFolderPath "
122
+ $portalUploadCommand = ' paportal upload --path " $websiteFolderPath"'
123
123
if ($filesCount -gt 0 ){
124
124
Write-Host " Uploading command with profile - $environmentName "
125
125
$portalUploadCommand = $portalUploadCommand + " --deploymentProfile $environmentName "
You can’t perform that action at this time.
0 commit comments