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
Errors while trying to build the repo on a machine which has both VS2017 and VS2019.
Steps to reproduce
On a machine which has both VS2017 and VS2019 installed, clone and build the repo
Expected behavior
Build.cmd works and there are no errors.
Actual behavior
testfx>build
... Perform-Restore: Started.
... Starting toolset restore...
All packages listed in packages.config are already installed.
Error parsing solution file at E:\Code\testfx\testfx\TestFx.sln: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Error parsing solution file at E:\Code\testfx\testfx\Templates\MSTestTemplates.sln: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Error parsing solution file at E:\Code\testfx\testfx\WizardExtensions\WizardExtensions.sln: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
The restore failed with an exit code of '1'.
At E:\Code\testfx\testfx\scripts\build.ps1:184 char:5
+ throw "The restore failed with an exit code of '$lastExitCode'."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (The restore fai...it code of '1'.:String) [], RuntimeException
+ FullyQualifiedErrorId : The restore failed with an exit code of '1'.
Environment
Windows 10
VS2017 and VS2019
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce
Expected behavior
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: