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
Problem seems to occur when the below command is invoked. Per the log, getting to this point takes about 10 min, then builds time out after 40 min.
[00:10:57] Setting up Visual Studio for debugging extensions. This one-time operation may take a minute or more.
[00:10:57] C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe /RootSuffix FSharp /ResetSettings General.vssettings /Embedding /Command File.Exit
The text was updated successfully, but these errors were encountered:
I also get possibly-related errors in about the same place when building on my laptop:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\VSSDK\Microsoft.VsSDK.targets(502,5): error VSSDK1031: Extension 'EnableOpenSource..4c74b903-4a32-44da-8c3f-c004633ab0f2' could not be found. Please make sure the extension has been installed. [C:\Users\latkin\source\Repos\visualfsharp\vsintegration\src\deployment\EnableOpenSource\EnableOpenSource.csproj]
Recent CI builds are either timing out or failing when building EnableOpenSource.csproj.
Latest build of tip of fsharp4 timed out
Latest build from #251 errored out
Latest build from #219 timed out
Problem seems to occur when the below command is invoked. Per the log, getting to this point takes about 10 min, then builds time out after 40 min.
The text was updated successfully, but these errors were encountered: