-
Notifications
You must be signed in to change notification settings - Fork 84
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
File copying errors #753
File copying errors #753
Conversation
@leotsarev build failure indicates you missed a reference to the CopyFileAsync method. |
It's hard to build locally. I can't found most Nugets. I'll look into |
Sounds related to #728, I wonder if you have a different SDK version that to different runtime packages. Can you list your Nuget restore issues there? And maybe the workaround in #728 (comment) can help work around that. |
61bb7af
to
ff78e14
Compare
I used https://github.com/aspnet/LibraryManager/blob/44c5cb32c2449a81df7ab2b2e4b03ca141eca2d6/nuget.config and was able to build locally |
@phil-allen-msft may be you will release prerelease version with this change? I'm eager to look into errors... |
@leotsarev , I believe you will find that 17.11 Preview 2 of Visual Studio has this change. Please let us know what you find. |
Whats version of CLI tools and nuget package? |
@phil-allen-msft could I test it using CLI tools / Nuget package ? |
@phil-allen-msft I don't see this changes in 8.0.401 |
Summary of the changes
Some kind of improvement to #697