Skip to content

Commit a7c771a

Browse files
surayya-MSpull[bot]
authored andcommitted
add SpaProxyKeepRunning
1 parent 1fcd879 commit a7c771a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<_SpaProxyServerLaunchConfigLines Include=" &quot;ServerUrl&quot;: &quot;$(SpaProxyServerUrl)&quot;," />
1313
<_SpaProxyServerLaunchConfigLines Include=" &quot;LaunchCommand&quot;: &quot;$(SpaProxyLaunchCommand)&quot;," />
1414
<_SpaProxyServerLaunchConfigLines Include=" &quot;WorkingDirectory&quot;: &quot;$(_SpaRootFullPath)&quot;," />
15-
<_SpaProxyServerLaunchConfigLines Include=" &quot;MaxTimeoutInSeconds&quot;: &quot;$(SpaProxyTimeoutInSeconds)&quot;" />
15+
<_SpaProxyServerLaunchConfigLines Include=" &quot;MaxTimeoutInSeconds&quot;: &quot;$(SpaProxyTimeoutInSeconds)&quot;," />
16+
<_SpaProxyServerLaunchConfigLines Include=" &quot;KeepRunning&quot;: &quot;$(SpaProxyKeepRunning)&quot;" />
1617
<_SpaProxyServerLaunchConfigLines Include=" }" />
1718
<_SpaProxyServerLaunchConfigLines Include="}" />
1819
</ItemGroup>

0 commit comments

Comments
 (0)