Skip to content

Commit d1ec63f

Browse files
committed
update
1 parent 89ce336 commit d1ec63f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eng/SendToHelix.proj

+4-2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
<HelixPreCommands>$(HelixPreCommands);set DOTNET_CLI_HOME=%HELIX_WORKITEM_ROOT%\.dotnet</HelixPreCommands>
8787
<HelixPreCommands>$(HelixPreCommands);set NUGET_PACKAGES=%HELIX_WORKITEM_ROOT%\.nuget</HelixPreCommands>
8888
<HelixPreCommands>$(HelixPreCommands);set ServiceUri=localhost</HelixPreCommands>
89+
<HelixPreCommands>$(HelixPreCommands);dir C:\ /s /b /o:gn | find "SelfHostedCoreWCFService"</HelixPreCommands>
90+
<HelixPreCommands>$(HelixPreCommands);dir D:\ /s /b /o:gn | find "SelfHostedCoreWCFService"</HelixPreCommands>
8991
<HelixPreCommands>$(HelixPreCommands);%HELIX_CORRELATION_PAYLOAD%\SelfHostedCoreWCFService\$(Configuration)\net8.0\SelfHostedCoreWCFService bootstrap:true</HelixPreCommands>
9092
</PropertyGroup>
9193

@@ -99,7 +101,7 @@
99101
</PropertyGroup>
100102

101103
<Target Name="BuildProjects">
102-
<MSBuild Targets="Publish" Projects="@(ProjectsToBuild)" Properties="PublishDir='$(MSBuildThisFileDirectory)\..\artifacts\bin\SelfHostedCoreWCFService'" />
104+
<MSBuild Targets="Build" Projects="@(ProjectsToBuild)"/>
103105
</Target>
104106

105107
<ItemGroup>
@@ -108,7 +110,7 @@
108110
<PayloadDirectory>%(Identity)</PayloadDirectory>
109111
</HelixCorrelationPayload>
110112

111-
<HelixCorrelationPayload Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\artifacts\bin\SelfHostedCoreWCFService'))" >
113+
<HelixCorrelationPayload Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\artifacts\bin'))" >
112114
<Destination>SelfHostedCoreWCFService</Destination>
113115
</HelixCorrelationPayload>
114116
</ItemGroup>

0 commit comments

Comments
 (0)