NateRickard / Plugin.AudioRecorder

Audio Recorder plugin for Xamarin and Windows
MIT License
164 stars 68 forks source link

Build failed with this error message about 'NuGet.Build.Packaging.0.2.5-dev.1' #28

Closed ergodaveh closed 6 years ago

ergodaveh commented 6 years ago

Recent downloading of the github code and attempting to build with VS2017 15.8.2 has failed with this error message 'NuGet.Build.Packaging.0.2.5-dev.1' is not found on source.
I have excluded the unavailable Plugin.AudioRecorder.NuGet project and tried to find the update / remove without success.

Any suggestion are appreciated

Cheers

NateRickard commented 6 years ago

Refer to the Building section in the docs... you need to install the NuGet.Build.Packaging package from its custom source. Alternatively, just exclude the NuGet project and remove all NuGet.Build.Packaging references and you can build everything else sans the NuGet package.

ergodaveh commented 6 years ago

Thanks for the reply. I had attempted to remove the Nuget Packages by deleting them from the solution file. But the only effective method was to edit each project file directly/manually. All good. Cheers,