Skip to content

Commit b307e83

Browse files
committed
DOTNET-2368 Improve report
1 parent bae69b8 commit b307e83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Scripts/Maintenance/Set-PublishingTargets.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
$Report[$ProjectName] += "Outdated publishing target has proxy configuration and thus is unsupported. Skipping..."
153153
}
154154

155+
$Report[$ProjectName] += "Project validated. Processing creation/setting of new publishing targets"
156+
155157
$Counter = 0;
156158
# Because we cannot modify a collection we are iterating over, we need to copy the collection first
157159
# so that we iterate over a copy and modify the original hashtable

0 commit comments

Comments
 (0)