JetBrains / teamcity-nuget-support

TeamCity NuGet support
Apache License 2.0
43 stars 11 forks source link

Cannot run on linux: nuget.path missed #25

Closed anatoly-kryzhanovsky closed 4 years ago

anatoly-kryzhanovsky commented 4 years ago

good day i have teamcity build agent on ubuntu 18.04 i add build configuration with nuget pack and publish step but it cannot run with message: Missing or invalid build configuration parameters: nuget.path: The path to nuget.exe must be specified

i installed following pacakges on computer where agent was placed:

i can invoke nuget with nuget command in command line i also try to specify parameter nuget.path in buildAgent.properties as system.nuget.path=/usr/bin/nuget (also i try to regular parameter nuget.path) but with no luck of course i restart agent on each update

i can see parameter on agent properties page in TC

anatoly-kryzhanovsky commented 4 years ago

ok, i created symbol link to nuget as nuget.exe and all works fine..