File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 86
86
<HelixPreCommands >$(HelixPreCommands);set DOTNET_CLI_HOME=%HELIX_WORKITEM_ROOT%\.dotnet</HelixPreCommands >
87
87
<HelixPreCommands >$(HelixPreCommands);set NUGET_PACKAGES=%HELIX_WORKITEM_ROOT%\.nuget</HelixPreCommands >
88
88
<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 >
89
91
<HelixPreCommands >$(HelixPreCommands);%HELIX_CORRELATION_PAYLOAD%\SelfHostedCoreWCFService\$(Configuration)\net8.0\SelfHostedCoreWCFService bootstrap:true</HelixPreCommands >
90
92
</PropertyGroup >
91
93
99
101
</PropertyGroup >
100
102
101
103
<Target Name =" BuildProjects" >
102
- <MSBuild Targets =" Publish " Projects =" @(ProjectsToBuild)" Properties = " PublishDir='$(MSBuildThisFileDirectory)\..\artifacts\bin\SelfHostedCoreWCFService' " />
104
+ <MSBuild Targets =" Build " Projects =" @(ProjectsToBuild)" />
103
105
</Target >
104
106
105
107
<ItemGroup >
108
110
<PayloadDirectory >%(Identity)</PayloadDirectory >
109
111
</HelixCorrelationPayload >
110
112
111
- <HelixCorrelationPayload Include =" $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\artifacts\bin\SelfHostedCoreWCFService '))" >
113
+ <HelixCorrelationPayload Include =" $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\artifacts\bin'))" >
112
114
<Destination >SelfHostedCoreWCFService</Destination >
113
115
</HelixCorrelationPayload >
114
116
</ItemGroup >
You can’t perform that action at this time.
0 commit comments