windows - NuGet packages Access Denied error during TeamCity Build -
when running build configuration on our teamcity server with,
build steps:
1. delete nuget packages folder
2. nuget installer - on step getting multiple errors such as:
[restore] access path '[absolute path]\packages\microsoft.1.0.0\lib\ajaxcontroltoolkit.dll' denied.
most packages install successfully, few not. accessing path through windows explorer gives error:
location not available [absolute path]\packages\microsoft.1.0.0\lib not accessible. access denied.
i have looked @ sharing , security setting parent folders, can't see reason why access should denied random folders. made sharing change parent folder before error through:
properties > sharing > advanced sharing
but have since changed previous state.
using: teamcity enterprise 9.0.3 nuget 2.8.3 windows server 2008 r2 standard
Comments
Post a Comment