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
Im using https://github.com/microsoft/vs-extension-testing for integration tests of Visual Studio extension in azure pipelines, when azure updated windows-2022 image to 20240912.1.0 it started to fail, It went normally on 20240811.1.0
[xUnit.net 00:30:35.00] Finished: VisualStudioPluginIntegrationTests
Failed VisualStudioPluginIntegrationTests.Tests.ExtensionSmokeTests.TestExtensionStarts_Async (VS2022) [1 ms]
Error Message:
System.InvalidOperationException : Test execution was skipped due to a prior exception in the harness.
---- System.ArgumentException : The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Stack Trace:
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
----- Inner Stack Trace -----
at EnvDTE.Commands.Item(Object index, Int32 ID)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Passed Xunit.Instances.VisualStudio (VS2022, Exp) [1 ms]
This may be related based on Google searches (and if it's not - I'll happily open an issue), but we started getting this error after the Windows image update:
Building in 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpv678cbu_'
ERROR: DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is
required. Get it with "Microsoft C++ Build Tools":
https://visualstudio.microsoft.com/visual-cpp-build-tools/
Description
Im using https://github.com/microsoft/vs-extension-testing for integration tests of Visual Studio extension in azure pipelines, when azure updated windows-2022 image to
20240912.1.0
it started to fail, It went normally on20240811.1.0
Platforms affected
Runner images affected
Image version and build link
20240912.1.0
Is it regression?
20240811.1.0
Expected behavior
Tests passed
Actual behavior
Tests failed
Repro steps
The text was updated successfully, but these errors were encountered: