teamcity-nuget-support icon indicating copy to clipboard operation
teamcity-nuget-support copied to clipboard

Can't build this project according to README

Open pavelsher opened this issue 4 years ago • 0 comments

Readme tells me that:

To resolve non-public libraries, you need to execute :nuget-server:installTeamCity gradle task or have a local TeamCity installation and define teamcityDir in the gradle properties. 

But it does not work this way. Build always fails with:

org.gradle.api.InvalidUserDataException: Please, execute gradle task `:nuget-server:installTeamCity` or specify correct `teamcityDir` path in gradle.properties file
Build file 'E:\TeamCity2020.1\buildAgent\work\8009c385b4207216\build.gradle' line: 16

pavelsher avatar Mar 30 '20 11:03 pavelsher