File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 85
85
<HelixPreCommands >$(HelixPreCommands);set DOTNET_CLI_HOME=%HELIX_WORKITEM_ROOT%\.dotnet</HelixPreCommands >
86
86
<HelixPreCommands >$(HelixPreCommands);set NUGET_PACKAGES=%HELIX_WORKITEM_ROOT%\.nuget</HelixPreCommands >
87
87
<HelixPreCommands >$(HelixPreCommands);set ServiceUri=localhost</HelixPreCommands >
88
+ <HelixPreCommands >$(HelixPreCommands);set RunWithCoreWCFService=true</HelixPreCommands >
88
89
<HelixPreCommands >$(HelixPreCommands);%HELIX_CORRELATION_PAYLOAD%\SelfHostedCoreWCFService\$(Configuration)\net8.0\SelfHostedCoreWCFService bootstrap:true</HelixPreCommands >
89
90
</PropertyGroup >
90
91
94
95
<HelixPreCommands >$(HelixPreCommands);export DOTNET_CLI_HOME=$HELIX_WORKITEM_ROOT/.dotnet</HelixPreCommands >
95
96
<HelixPreCommands >$(HelixPreCommands);export NUGET_PACKAGES=$HELIX_WORKITEM_ROOT/.nuget</HelixPreCommands >
96
97
<HelixPreCommands >$(HelixPreCommands);export ServiceUri=localhost</HelixPreCommands >
98
+ <HelixPreCommands >$(HelixPreCommands);export RunWithCoreWCFService=true</HelixPreCommands >
97
99
<HelixPreCommands >$(HelixPreCommands);dotnet exec --roll-forward Major $HELIX_CORRELATION_PAYLOAD/SelfHostedCoreWCFService/$(Configuration)/net8.0/SelfHostedCoreWCFService.dll bootstrap:true</HelixPreCommands >
98
100
</PropertyGroup >
99
101
You can’t perform that action at this time.
0 commit comments