TeamCity Professional 2019.1.2 (build 66342)
ASP.NET Core Angular app
.NET CLI (dotnet) restore
.NET CLI (dotnet) build
.NET CLI (dotnet) publish
OctopusDeploy: Create Release
First three steps run green but final step is red with error :
[11:33:08] [Octopus Deploy] Could not find any packages with ID ‘MyApp’ in the feed ‘Octopus Server (built-in)’
I go to Build Agent machine and look here :
“D:\TeamCity\buildAgent\work\cf606c6fac668b\dist”
and the expected build output files are present ( *.js *.css and dependencies *.dll )
But I do not see any packages for my app ( MyApp.1.0.0.1.nupkg )
So apparently the step .NET CLI (dotnet) publish is not creating nupkg for some reason ?
Or what could misconfigured ?