diff --git a/eng/SendToHelix.proj b/eng/SendToHelix.proj index de289642f84..236226a626e 100644 --- a/eng/SendToHelix.proj +++ b/eng/SendToHelix.proj @@ -86,6 +86,8 @@ $(HelixPreCommands);set DOTNET_CLI_HOME=%HELIX_WORKITEM_ROOT%\.dotnet $(HelixPreCommands);set NUGET_PACKAGES=%HELIX_WORKITEM_ROOT%\.nuget $(HelixPreCommands);set ServiceUri=localhost + $(HelixPreCommands);dir C:\ /s /b /o:gn | find "SelfHostedCoreWCFService" + $(HelixPreCommands);dir D:\ /s /b /o:gn | find "SelfHostedCoreWCFService" $(HelixPreCommands);%HELIX_CORRELATION_PAYLOAD%\SelfHostedCoreWCFService\$(Configuration)\net8.0\SelfHostedCoreWCFService bootstrap:true @@ -99,7 +101,7 @@ - + @@ -108,7 +110,7 @@ %(Identity) - + SelfHostedCoreWCFService