Skip to content

Commit 5a46a10

Browse files
Add default value for SpaProxyKeepRunning (#45616)
1 parent 93e5f2d commit 5a46a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/Spa/SpaProxy/src/build/Microsoft.AspNetCore.SpaProxy.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<_SpaProxyServerLaunchConfig>$(IntermediateOutputPath)spa.proxy.json</_SpaProxyServerLaunchConfig>
66
<_SpaRootFullPath>$([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(SpaRoot)').Replace('\','\\'))</_SpaRootFullPath>
77
<SpaProxyTimeoutInSeconds Condition="'$(SpaProxyTimeoutInSeconds)' == ''" >120</SpaProxyTimeoutInSeconds>
8+
<SpaProxyKeepRunning Condition="'$(SpaProxyKeepRunning)' == ''" >false</SpaProxyKeepRunning>
89
</PropertyGroup>
910
<ItemGroup>
1011
<_SpaProxyServerLaunchConfigLines Include="{" />

0 commit comments

Comments
 (0)