-
Notifications
You must be signed in to change notification settings - Fork 263
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
Build.cmd not restoring nuget packages as expected #311
Comments
@kant2002 : Do you have any user setting for nugget that might be impacting this? |
@jayaranigarg Right now I have VS install in broken state, (error with WinSDK installation), so I could not verify right now what exact could causes this error on my side.
|
@kant2002 : To find where nuget.exe is getting picked up from and which nuget feeds are getting used to restore nuget packages, you can turn on Verbose logs by specifying "Build.cmd -Verbose" |
@jayaranigarg build working using 3.6 version which is located in the root folder of the testfx repository, I already check that.
|
@kant2002 : Above command seems perfectly ok. |
@kant2002 : Checking back on this. Can you please do the needful? |
Build is working for me on master. I think this could be closed. |
Description
Pulling this issue out of pull request where nuget packages are not restoring appropriately.
The text was updated successfully, but these errors were encountered: