Skip to content

NuGet packages not being published to public feed #4405

Closed
@antoniovs1029

Description

@antoniovs1029

It's desirable to have NuGets being published to a public feed as soon as the master branch of this repo gets updated.

In the past, this was tried to be done by publishing them to MyGet, but currently the lines of code that do this are commented out.

# - task: MSBuild@1
# displayName: Publish Packages to MyGet Feed
# inputs:
# solution: build/publish.proj
# msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key)
# msbuildVersion: 15.0

As discussed offline with @codemzs it would be better to instead publish them into this other public feed in Azure DevOps:
https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=MachineLearning

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions