Skip to content

Commit 42b033d

Browse files
author
Matt Wilkinson
committed
Report when publishing customizations
1 parent 27eac58 commit 42b033d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,7 @@ function Import-CrmSolution{
22762276
if($PublishChanges){
22772277
Write-Verbose "PublishChanges set, executing: Publish-CrmAllCustomization using the same connection."
22782278
Publish-CrmAllCustomization -conn $conn
2279+
Write-Progress -Id 1 -Activity "Importing $($import.solutionname)" -CurrentOperation "Publishing Customizations" -PercentComplete 100
22792280
}
22802281
else{
22812282
Write-Output "Import Complete, don't forget to publish customizations."

0 commit comments

Comments
 (0)