Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration environment #5139

Merged
merged 19 commits into from
Jan 21, 2025

PR feedback and remove environment view

5b65fd7
Select commit
Loading
Failed to load commit list.
Merged

Add configuration environment #5139

PR feedback and remove environment view
5b65fd7
Select commit
Loading
Failed to load commit list.
Azure Pipelines / winget-cli Build_Test succeeded Jan 21, 2025 in 50m 14s

Build #20250121.3 had test failures

Details

Tests

  • Failed: 2 (0.02%)
  • Passed: 11,635 (99.13%)
  • Other: 100 (0.85%)
  • Total: 11,737
Code coverage

  • 12862 of 67353 blocks covered (19.10%)
  • 8917 of 43203 lines covered (20.64%)
  • 12774 of 67353 blocks covered (18.97%)
  • 8868 of 43203 lines covered (20.53%)

Annotations

Check failure on line 1 in AppInstallerCLIE2ETests.ConfigureShowCommand.ShowDetailsFromTestRepo

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

AppInstallerCLIE2ETests.ConfigureShowCommand.ShowDetailsFromTestRepo

  Expected: True
  But was:  False
Raw output
   at AppInstallerCLIE2ETests.ConfigureShowCommand.ShowDetailsFromTestRepo() in \src\AppInstallerCLIE2ETests\ConfigureShowCommand.cs:line 52

Check failure on line 1 in AppInstallerCLIE2ETests.InstallCommand.InstallWithWindowsFeatureDependency_FeatureNotFound

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

AppInstallerCLIE2ETests.InstallCommand.InstallWithWindowsFeatureDependency_FeatureNotFound

System.TimeoutException : Direct winget command run timed out: install AppInstallerTest.WindowsFeature -l D:\a\1\Build.x64release\AppInstallerCLIE2ETests\WorkDirectory\uerv1rzp.4yh
Raw output
   at AppInstallerCLIE2ETests.Helpers.TestCommon.RunAICLICommandViaDirectProcess(String command, String parameters, String stdIn, Int32 timeOut, Boolean throwOnTimeout) in \src\AppInstallerCLIE2ETests\Helpers\TestCommon.cs:line 1135
   at AppInstallerCLIE2ETests.Helpers.TestCommon.RunAICLICommand(String command, String parameters, String stdIn, Int32 timeOut, Boolean throwOnTimeout) in \src\AppInstallerCLIE2ETests\Helpers\TestCommon.cs:line 127
   at AppInstallerCLIE2ETests.InstallCommand.InstallWithWindowsFeatureDependency_FeatureNotFound() in \src\AppInstallerCLIE2ETests\InstallCommand.cs:line 660
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)