xamarin - Nuget Restore does not work via Jenkins -


i building jenkins environment building xamarin app projects. want nuget restore @ start of job executing command via powershell, nuget can't find referenced packages. throws errors like:

warning: unable find version '2.9.0' of package 'reactiveproperty'. warning: unable find version '1.0.2' of package 'pclstorage'. warnung: unable find version '2.3.0-beta2' of package 'rx-interfaces'. ... 

when nuget restore windows (admin) user in powershell, works fine , copying referenced packages project.

i feel has permissions...

os windows 10, jenkins version 2.19.1

here full jenkins log:

gestartet durch benutzer xxx [envinject] - loading node environment variables. baue in arbeitsbereich e:\jenkins_workspace\xxx updating xxx @ revision '2016-11-11t11:24:47.469 +0100' @ revision 36612  no changes xxx since previous build [xxx] $ powershell.exe -noninteractive -executionpolicy bypass "&'c:\windows\temp\hudson7328741479356255129.ps1'" restoring nuget package pclstorage.1.0.2. restoring nuget package reactiveproperty.2.9.0. warnung: unable find version '1.0.2' of package 'pclstorage'. warnung: unable find version '2.9.0' of package 'reactiveproperty'. restoring nuget package rx-core.2.3.0-beta2. restoring nuget package rx-interfaces.2.3.0-beta2. warnung: unable find version '2.3.0-beta2' of package 'rx-core'. warnung: unable find version '2.3.0-beta2' of package 'rx-interfaces'. restoring nuget package rx-linq.2.3.0-beta2. restoring nuget package rx-main.2.3.0-beta2. warnung: unable find version '2.3.0-beta2' of package 'rx-main'. warnung: unable find version '2.3.0-beta2' of package 'rx-linq'. restoring nuget package rx-platformservices.2.3.0-beta2. restoring nuget package serilog.1.5.7. warnung: unable find version '2.3.0-beta2' of package 'rx-platformservices'. ... ... ... eine ausnahme vom typ "nuget.commandlineexception" wurde ausgel”st. build step 'windows powershell' marked build failure finished: failure 


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -