Refactor run-aspire scripts for improved cross-platform support. Replace run-aspire.cmd with run-aspire.ps1 for Windows and add run-aspire.sh for Ubuntu. Update documentation to reflect these changes and ensure synchronization between build rules across scripts. Enhance Tailscale integration and clarify usage instructions.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace HSchool.AppHost.Tests;
|
||||
|
||||
/// <summary>
|
||||
/// Same rules as <c>tools/apphost-uptodate.ps1</c>. Keep the two in sync.
|
||||
/// Same rules as <c>tools/apphost-uptodate.ps1</c> and <c>needs_build</c> in
|
||||
/// <c>run-aspire.sh</c>. Keep the three in sync.
|
||||
/// </summary>
|
||||
internal static class LaunchBuildStamp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user