Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Azure Pipeline not using private project nugget packages (artifacts)

$
0
0

I am trying to run a pipeline that will produce an artifact ([...].Models) for my private project's artifact/package feed.It relies on another artifact ([...].Interfaces) that I have successfully created and used locally on my machine, but it fails once I run the pipeline with the error

'error NU1101: Unable to find package [...].Interfaces. No packages exist with this id in source(s): nuget.org'

I have the following configs in my .yaml file.

task: DotNetCoreCLI@2displayName: dotnet packinputs:command: 'pack'packagesToPack: '**/[...].Models.csproj'versioningScheme: 'byBuildNumber'feedsToUse: 'select'vstsFeed: '[...]'

What modifications can I make?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>