bobfamiliar / microservices-iot-azure

Microservices, IoT and Azure Reference Implementation
38 stars 20 forks source link

Update-NuGet Error. #1

Closed prateekjain0608 closed 8 years ago

prateekjain0608 commented 8 years ago

When the file microservices-iot-azure/HandsOnLabs/Microservices/Config/Automation/02-Build-ConfigM.ps1 is run in Powershell, followed strictly according to the manual, an error is generated for the command Update-Nuget at line 120 of this file. Thereon, every Update-NuGet function generates a similar error. The error is:

WARNING: FAILED to build "c:\users\Account\source\repos\microservices-iot-azure-master\Microservices\Config\Public\Interface\IC onfigPublic.sln". Please check the build log "C:\Users\Roopam\AppData\Local\Temp\IConfigPublic.sln.msbuild.log" for details. VERBOSE: IConfigPublic build failed. Check the log file for errors. nuget.exe : Unable to find version '1.2.5812.17959' of package 'ConfigModels'. At C:\users\Account\source\repos\microservices-iot-azure-master\Automation\Common\Invoke-UpdateNuGet.psm1:19 char:5

bobfamiliar commented 8 years ago

Have you configured the repo's NuGet package folder in Visual Studio as a location for Visual Studio to find nuget packages? See Chapter 5, Page 86 for details on how to configure the build environment. If you till have an issue after that let me know.

roopamk commented 8 years ago

Thanks the problem was solved!