-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
untriagedIssue is awaiting triageIssue is awaiting triage
Description
Some of the tests are coded to verify that LTS installs .NET 8.0:
install-scripts/tests/Install-Scripts.Test/GivenThatIWantToInstallDotnetFromAScript.cs
Line 34 in a3fbd0f
| ("LTS", "8\\.0\\..*", Quality.None), |
This causes the CI pipelines to fail.
Example of failed test output:
Expected _commandResult.StdOut to match regex "\ \ 8.0..\ [(/private)?/tmp/InstallScript-Tests/rv5cjri5.ovx/sdk]" because Matching the command output failed. Pattern: \ \ 8.0..\ [(/private)?/tmp/InstallScript-Tests/rv5cjri5.ovx/sdk]
File Name: /bin/bash
Arguments: -c "/tmp/InstallScript-Tests/rv5cjri5.ovx/dotnet --info"
Exit Code: 0
StdOut:
.NET SDK:
Version: 10.0.100
Commit: b0f34d51fc
Workload version: 10.0.100-manifests.4c0ca8ba
MSBuild version: 18.0.2+b0f34d51f
Metadata
Metadata
Assignees
Labels
untriagedIssue is awaiting triageIssue is awaiting triage
Type
Projects
Status
Rollout