You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -438,35 +439,22 @@ function Publish-MOFToPullServer
438
439
{
439
440
if (-not($OutputFolderPath) -or-not (Test-Path-Path $OutputFolderPath))
440
441
{
441
-
if (-not(Test-Path$PullServerWebConfig))
442
-
{
443
-
throw"Web.Config of the pullserver does not exist on the default path $PullServerWebConfig. Please provide the location of your pullserver web configuration using the parameter -PullServerWebConfig or an alternate path where you want to publish the pullserver MOFs to. This Path should exist."
444
-
}
445
-
else
446
-
{
447
-
<#
448
-
Web.Config of Pull Server found so figure out the module path of the pullserver.
0 commit comments