We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae69b8 commit b307e83Copy full SHA for b307e83
1 file changed
Scripts/Maintenance/Set-PublishingTargets.ps1
@@ -152,6 +152,8 @@
152
$Report[$ProjectName] += "Outdated publishing target has proxy configuration and thus is unsupported. Skipping..."
153
}
154
155
+ $Report[$ProjectName] += "Project validated. Processing creation/setting of new publishing targets"
156
+
157
$Counter = 0;
158
# Because we cannot modify a collection we are iterating over, we need to copy the collection first
159
# so that we iterate over a copy and modify the original hashtable
0 commit comments