You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hex1b now supports Windows (as of v0.126.0). The CLI E2E tests (Aspire.Cli.EndToEnd.Tests) currently only run on Linux because Hex1b previously required a Linux terminal environment. A separate PowerShell-based starter validation script (�ng/scripts/cli-starter-validation.ps1) was added in PR #15455 to provide basic Windows CLI coverage without Hex1b.
Now that Hex1b supports Windows, we should:
Enable Aspire.Cli.EndToEnd.Tests to run on Windows in CI (update RunOnGithubActionsWindows and related properties in the csproj)
Validate that the existing Hex1b-based tests pass on Windows runners
Consider retiring the PowerShell starter validation script once Windows Hex1b test coverage is sufficient
Description
Hex1b now supports Windows (as of v0.126.0). The CLI E2E tests (Aspire.Cli.EndToEnd.Tests) currently only run on Linux because Hex1b previously required a Linux terminal environment. A separate PowerShell-based starter validation script (�ng/scripts/cli-starter-validation.ps1) was added in PR #15455 to provide basic Windows CLI coverage without Hex1b.
Now that Hex1b supports Windows, we should:
Context
References