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
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.
machinelearning/build/vsts-ci.yml
Lines 237 to 242 in f0fb720
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